Html Css Color HEX #BBAC16 Earls Green

📋 copy color: '#BBAC16'

red 187 ◦ green 172 ◦ blue 22

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

Shades of Earls Green #BBAC16

Tints of Earls Green #BBAC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 49.08%
G = 45.14%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBAC16 (or 0xBBAC16) is known color: Earls Green. HEX triplet: BB, AC and 16. RGB value is (187,172,22). Sum of RGB (Red+Green+Blue) = 187+172+22=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC16 is #4453E9. Grayscale: #9F9F9F. Windows color (decimal): -4477930 or 1486011. OLE color: 1486011.

HSL color Cylindrical-coordinate representation of color #BBAC16: hue angle of 54.55º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBAC16 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 22 -
CMYK 0 0.08 0.88 0.27
HSL 54.55º 0.79% 0.41% -
HSV(B) 54.55º 0.88% 0.73% -
XYZ 35.39 40.13 6.64 -
YUV 159.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 187 172 22 0 0.08 0.88 0.27 54.55 0.79 0.41
Hex BB AC 16 0 8 58 1B 37 4F 29
Octal 273 254 26 0 10 130 33 67 117 51
Binary 10111011 10101100 10110 0 1000 1011000 11011 110111 1001111 101001

Color Harmonies of #BBAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC16

Black with #BBAC16

Text Example


Text Example

White with #BBAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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