#BBA91A

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

Shades of Earls Green #BBA91A

Tints of Earls Green #BBA91A

Color information

#BBA91A (or 0xBBA91A) is unknown color: approx Earls Green. HEX triplet: BB, A9 and 1A. RGB value is (187,169,26). Sum of RGB (Red+Green+Blue) = 187+169+26=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA91A is #4456E5. Grayscale: #9E9E9E. Windows color (decimal): -4478694 or 1747387. OLE color: 1747387.

HSL color Cylindrical-coordinate representation of color #BBA91A: hue angle of 53.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA91A is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18716926-
CMYK00.100.860.27
HSL53.29º75.59%41.76%-
HSV(B)53.29º86.1%73.33%-
XYZ34.8739.026.67-
YUV158.0853.46148.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 26 (10.55% from 255) = 6.81%
R=48.95%
G=44.24%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871692600.100.860.2753.2975.5941.76
HexBBA91A0A561B354c2a
Octal27325132012126336511452
Binary101110111010100111010010101010110110111101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA91A; }

 p { color: rgb(187,169,26); }

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

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

 a { background-color: rgb(187,169,26); }

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

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

 span { border-color: rgb(187,169,26); }

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