#BBAC12

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

Shades of Earls Green #BBAC12

Tints of Earls Green #BBAC12

Color information

#BBAC12 (or 0xBBAC12) is unknown color: approx Earls Green. HEX triplet: BB, AC and 12. RGB value is (187,172,18). Sum of RGB (Red+Green+Blue) = 187+172+18=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC12 is #4453ED. Grayscale: #9F9F9F. Windows color (decimal): -4477934 or 1223867. OLE color: 1223867.

HSL color Cylindrical-coordinate representation of color #BBAC12: hue angle of 54.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBAC12 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18717218-
CMYK00.080.900.27
HSL54.67º82.44%40.2%-
HSV(B)54.67º90.37%73.33%-
XYZ35.3640.116.45-
YUV158.9348.47148.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=49.60%
G=45.62%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871721800.080.900.2754.6782.4440.2
HexBBAC12085A1B375228
Octal27325422010132336712250
Binary101110111010110010010010001011010110111101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC12; }

 p { color: rgb(187,172,18); }

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

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

 a { background-color: rgb(187,172,18); }

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

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

 span { border-color: rgb(187,172,18); }

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