Html Css Color HEX #BBAB20 Earls Green

📋 copy color: '#BBAB20'

red 187 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #BBAB20

Tints of Earls Green #BBAB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.85%

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

R = 47.95%
G = 43.85%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBAB20 (or 0xBBAB20) is known color: Earls Green. HEX triplet: BB, AB and 20. RGB value is (187,171,32). Sum of RGB (Red+Green+Blue) = 187+171+32=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB20 is #4454DF. Grayscale: #A0A0A0. Windows color (decimal): -4478176 or 2141115. OLE color: 2141115.

HSL color Cylindrical-coordinate representation of color #BBAB20: hue angle of 53.81º 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 #BBAB20 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 32 -
CMYK 0 0.09 0.83 0.27
HSL 53.81º 0.71% 0.43% -
HSV(B) 53.81º 0.83% 0.73% -
XYZ 35.32 39.79 7.19 -
YUV 159.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 187 171 32 0 0.09 0.83 0.27 53.81 0.71 0.43
Hex BB AB 20 0 9 53 1B 36 47 2B
Octal 273 253 40 0 11 123 33 66 107 53
Binary 10111011 10101011 100000 0 1001 1010011 11011 110110 1000111 101011

Color Harmonies of #BBAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB20

Black with #BBAB20

Text Example


Text Example

White with #BBAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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