#BBAF23

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

Shades of Earls Green #BBAF23

Tints of Earls Green #BBAF23

Color information

#BBAF23 (or 0xBBAF23) is unknown color: approx Earls Green. HEX triplet: BB, AF and 23. RGB value is (187,175,35). Sum of RGB (Red+Green+Blue) = 187+175+35=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF23 is #4450DC. Grayscale: #A3A3A3. Windows color (decimal): -4477149 or 2338747. OLE color: 2338747.

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

Color convert

RGB18717535-
CMYK00.060.810.27
HSL55.26º68.47%43.53%-
HSV(B)55.26º81.28%73.33%-
XYZ36.1341.357.67-
YUV162.6355.98145.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 35 (14.06% from 255) = 8.82%
R=47.10%
G=44.08%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871753500.060.810.2755.2668.4743.53
HexBBAF2306511B37442c
Octal2732574306121336710454
Binary101110111010111110001101101010001110111101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAF23; }

 p { color: rgb(187,175,35); }

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

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

 a { background-color: rgb(187,175,35); }

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

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

 span { border-color: rgb(187,175,35); }

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