Html Css Color HEX #BAAB20 Earls Green

📋 copy color: '#BAAB20'

red 186 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #BAAB20

Tints of Earls Green #BAAB20

RGB

 RED value IS 186 (73.05% from 255) = 47.81%

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

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

R = 47.81%
G = 43.96%
B = 8.23%

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

#BAAB20 (or 0xBAAB20) is known color: Earls Green. HEX triplet: BA, AB and 20. RGB value is (186,171,32). Sum of RGB (Red+Green+Blue) = 186+171+32=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAB20 is #4554DF. Grayscale: #A0A0A0. Windows color (decimal): -4543712 or 2141114. OLE color: 2141114.

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

Color convert

RGB 186 171 32 -
CMYK 0 0.08 0.83 0.27
HSL 54.16º 0.71% 0.43% -
HSV(B) 54.16º 0.83% 0.73% -
XYZ 35.07 39.67 7.17 -
YUV 159.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 186 171 32 0 0.08 0.83 0.27 54.16 0.71 0.43
Hex BA AB 20 0 8 53 1B 36 47 2B
Octal 272 253 40 0 10 123 33 66 107 53
Binary 10111010 10101011 100000 0 1000 1010011 11011 110110 1000111 101011

Color Harmonies of #BAAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB20

Black with #BAAB20

Text Example


Text Example

White with #BAAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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