Html Css Color HEX #BBAC15 Earls Green

📋 copy color: '#BBAC15'

red 187 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #BBAC15

Tints of Earls Green #BBAC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.53%

R = 49.21%
G = 45.26%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBAC15 (or 0xBBAC15) is known color: Earls Green. HEX triplet: BB, AC and 15. RGB value is (187,172,21). Sum of RGB (Red+Green+Blue) = 187+172+21=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC15 is #4453EA. Grayscale: #9F9F9F. Windows color (decimal): -4477931 or 1420475. OLE color: 1420475.

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

Color convert

RGB 187 172 21 -
CMYK 0 0.08 0.89 0.27
HSL 54.58º 0.8% 0.41% -
HSV(B) 54.58º 0.89% 0.73% -
XYZ 35.38 40.12 6.59 -
YUV 159.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 187 172 21 0 0.08 0.89 0.27 54.58 0.8 0.41
Hex BB AC 15 0 8 59 1B 37 50 29
Octal 273 254 25 0 10 131 33 67 120 51
Binary 10111011 10101100 10101 0 1000 1011001 11011 110111 1010000 101001

Color Harmonies of #BBAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC15

Black with #BBAC15

Text Example


Text Example

White with #BBAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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