Html Css Color HEX #BBAC20 Earls Green

📋 copy color: '#BBAC20'

red 187 ◦ green 172 ◦ blue 32

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

Shades of Earls Green #BBAC20

Tints of Earls Green #BBAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.18%

R = 47.83%
G = 43.99%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBAC20 (or 0xBBAC20) is known color: Earls Green. HEX triplet: BB, AC and 20. RGB value is (187,172,32). Sum of RGB (Red+Green+Blue) = 187+172+32=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC20 is #4453DF. Grayscale: #A1A1A1. Windows color (decimal): -4477920 or 2141371. OLE color: 2141371.

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

Color convert

RGB 187 172 32 -
CMYK 0 0.08 0.83 0.27
HSL 54.19º 0.71% 0.43% -
HSV(B) 54.19º 0.83% 0.73% -
XYZ 35.51 40.17 7.25 -
YUV 160.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 187 172 32 0 0.08 0.83 0.27 54.19 0.71 0.43
Hex BB AC 20 0 8 53 1B 36 47 2B
Octal 273 254 40 0 10 123 33 66 107 53
Binary 10111011 10101100 100000 0 1000 1010011 11011 110110 1000111 101011

Color Harmonies of #BBAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC20

Black with #BBAC20

Text Example


Text Example

White with #BBAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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