Html Css Color HEX #BBAC11 Earls Green

📋 copy color: '#BBAC11'

red 187 ◦ green 172 ◦ blue 17

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

Shades of Earls Green #BBAC11

Tints of Earls Green #BBAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 49.73%
G = 45.74%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBAC11 (or 0xBBAC11) is known color: Earls Green. HEX triplet: BB, AC and 11. RGB value is (187,172,17). Sum of RGB (Red+Green+Blue) = 187+172+17=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC11 is #4453EE. Grayscale: #9F9F9F. Windows color (decimal): -4477935 or 1158331. OLE color: 1158331.

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

Color convert

RGB 187 172 17 -
CMYK 0 0.08 0.91 0.27
HSL 54.71º 0.83% 0.4% -
HSV(B) 54.71º 0.91% 0.73% -
XYZ 35.35 40.11 6.41 -
YUV 158.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 187 172 17 0 0.08 0.91 0.27 54.71 0.83 0.4
Hex BB AC 11 0 8 5B 1B 37 53 28
Octal 273 254 21 0 10 133 33 67 123 50
Binary 10111011 10101100 10001 0 1000 1011011 11011 110111 1010011 101000

Color Harmonies of #BBAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC11

Black with #BBAC11

Text Example


Text Example

White with #BBAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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