Html Css Color HEX #BBAB12 Earls Green

📋 copy color: '#BBAB12'

red 187 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #BBAB12

Tints of Earls Green #BBAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

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

R = 49.73%
G = 45.48%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBAB12 (or 0xBBAB12) is known color: Earls Green. HEX triplet: BB, AB and 12. RGB value is (187,171,18). Sum of RGB (Red+Green+Blue) = 187+171+18=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB12 is #4454ED. Grayscale: #9E9E9E. Windows color (decimal): -4478190 or 1223611. OLE color: 1223611.

HSL color Cylindrical-coordinate representation of color #BBAB12: hue angle of 54.32º 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 #BBAB12 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 18 -
CMYK 0 0.09 0.90 0.27
HSL 54.32º 0.82% 0.4% -
HSV(B) 54.32º 0.9% 0.73% -
XYZ 35.17 39.73 6.39 -
YUV 158.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 187 171 18 0 0.09 0.90 0.27 54.32 0.82 0.4
Hex BB AB 12 0 9 5A 1B 36 52 28
Octal 273 253 22 0 11 132 33 66 122 50
Binary 10111011 10101011 10010 0 1001 1011010 11011 110110 1010010 101000

Color Harmonies of #BBAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB12

Black with #BBAB12

Text Example


Text Example

White with #BBAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB12; }

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

 H1.HeaderClassName
 {
   color: #BBAB12;
 }
 .AnyTagClassName
 {
   color: #BBAB12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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