Html Css Color HEX #BBAC19 Earls Green

📋 copy color: '#BBAC19'

red 187 ◦ green 172 ◦ blue 25

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

Shades of Earls Green #BBAC19

Tints of Earls Green #BBAC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.51%

R = 48.7%
G = 44.79%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBAC19 (or 0xBBAC19) is known color: Earls Green. HEX triplet: BB, AC and 19. RGB value is (187,172,25). Sum of RGB (Red+Green+Blue) = 187+172+25=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC19 is #4453E6. Grayscale: #A0A0A0. Windows color (decimal): -4477927 or 1682619. OLE color: 1682619.

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

Color convert

RGB 187 172 25 -
CMYK 0 0.08 0.87 0.27
HSL 54.44º 0.76% 0.42% -
HSV(B) 54.44º 0.87% 0.73% -
XYZ 35.42 40.14 6.8 -
YUV 159.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 187 172 25 0 0.08 0.87 0.27 54.44 0.76 0.42
Hex BB AC 19 0 8 57 1B 36 4C 2A
Octal 273 254 31 0 10 127 33 66 114 52
Binary 10111011 10101100 11001 0 1000 1010111 11011 110110 1001100 101010

Color Harmonies of #BBAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC19

Black with #BBAC19

Text Example


Text Example

White with #BBAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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