#BBA927

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

Shades of Earls Green #BBA927

Tints of Earls Green #BBA927

Color information

#BBA927 (or 0xBBA927) is unknown color: approx Earls Green. HEX triplet: BB, A9 and 27. RGB value is (187,169,39). Sum of RGB (Red+Green+Blue) = 187+169+39=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA927 is #4456D8. Grayscale: #A0A0A0. Windows color (decimal): -4478681 or 2599355. OLE color: 2599355.

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

Color convert

RGB18716939-
CMYK00.100.790.27
HSL52.7º65.49%44.31%-
HSV(B)52.7º79.14%73.33%-
XYZ35.0539.097.62-
YUV159.5659.96147.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=47.34%
G=42.78%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871693900.100.790.2752.765.4944.31
HexBBA9270A4F1B35412c
Octal27325147012117336510154
Binary1011101110101001100111010101001111110111101011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA927; }

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

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

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

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

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

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

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

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