#BBB426

Color #BBB426 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BBB426

Tints of Earls Green #BBB426

Color information

#BBB426 (or 0xBBB426) is unknown color: approx Earls Green. HEX triplet: BB, B4 and 26. RGB value is (187,180,38). Sum of RGB (Red+Green+Blue) = 187+180+38=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB426 is #444BD9. Grayscale: #A6A6A6. Windows color (decimal): -4475866 or 2536635. OLE color: 2536635.

HSL color Cylindrical-coordinate representation of color #BBB426: hue angle of 57.18º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBB426 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18718038-
CMYK00.040.800.27
HSL57.18º66.22%44.12%-
HSV(B)57.18º79.68%73.33%-
XYZ37.1643.358.24-
YUV165.955.82143.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 180 (70.70% from 255) = 44.44%
BLUE value IS 38 (15.23% from 255) = 9.38%
R=46.17%
G=44.44%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871803800.040.800.2757.1866.2244.12
HexBBB42604501B39422c
Octal2732644604120337110254
Binary101110111011010010011001001010000110111110011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB426; }

 p { color: rgb(187,180,38); }

 H1.HeaderClassName
 {
   color: #BBB426;
 }
 .AnyTagClassName
 {
   color: #BBB426;
 }
</style>
background-color css

<style>
 a { background-color: #BBB426; }

 a { background-color: rgb(187,180,38); }

 div.DivClassName
 {
   background-color: #BBB426;
 }
 .BgClassName
 {
   background-color: #BBB426;
 }
</style>
border-color css

<style>
 span { border-color: #BBB426; }

 span { border-color: rgb(187,180,38); }

 td.TdClassName
 {
   border-color: #BBB426;
 }
 .TagClassName
 {
   border-color: #BBB426;
 }
</style>