Html Css Color HEX #BBAC12 Earls Green

📋 copy color: '#BBAC12'

red 187 ◦ green 172 ◦ blue 18

#BBAC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BBAC12

Tints of Earls Green #BBAC12

RGB

 RED value IS 187 (73.44% from 255) = 49.6%

 GREEN value IS 172 (67.58% from 255) = 45.62%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 49.6%
G = 45.62%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBAC12 (or 0xBBAC12) is known color: 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

RGB 187 172 18 -
CMYK 0 0.08 0.90 0.27
HSL 54.67º 0.82% 0.4% -
HSV(B) 54.67º 0.9% 0.73% -
XYZ 35.36 40.11 6.45 -
YUV 158.93 48.47 148.02 -
System Red Green Blue C M Y K H S L
Decimal 187 172 18 0 0.08 0.90 0.27 54.67 0.82 0.4
Hex BB AC 12 0 8 5A 1B 37 52 28
Octal 273 254 22 0 10 132 33 67 122 50
Binary 10111011 10101100 10010 0 1000 1011010 11011 110111 1010010 101000

Color Harmonies of #BBAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC12

Black with #BBAC12

Text Example


Text Example

White with #BBAC12

Text Example


Text Example

HTML Codes & Css Web 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>