#BBA72A

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

Shades of Earls Green #BBA72A

Tints of Earls Green #BBA72A

Color information

#BBA72A (or 0xBBA72A) is unknown color: approx Earls Green. HEX triplet: BB, A7 and 2A. RGB value is (187,167,42). Sum of RGB (Red+Green+Blue) = 187+167+42=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA72A is #4458D5. Grayscale: #9F9F9F. Windows color (decimal): -4479190 or 2795451. OLE color: 2795451.

HSL color Cylindrical-coordinate representation of color #BBA72A: hue angle of 51.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBA72A is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18716742-
CMYK00.110.780.27
HSL51.72º63.32%44.9%-
HSV(B)51.72º77.54%73.33%-
XYZ34.7338.377.77-
YUV158.7362.13148.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 42 (16.80% from 255) = 10.61%
R=47.22%
G=42.17%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871674200.110.780.2751.7263.3244.9
HexBBA72A0B4E1B343f2d
Octal2732475201311633647755
Binary101110111010011110101001011100111011011110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA72A; }

 p { color: rgb(187,167,42); }

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

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

 a { background-color: rgb(187,167,42); }

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

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

 span { border-color: rgb(187,167,42); }

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