Html Css Color HEX #BAB532 Earls Green

📋 copy color: '#BAB532'

red 186 ◦ green 181 ◦ blue 50

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

Shades of Earls Green #BAB532

Tints of Earls Green #BAB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 44.6%
G = 43.41%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB532 (or 0xBAB532) is known color: Earls Green. HEX triplet: BA, B5 and 32. RGB value is (186,181,50). Sum of RGB (Red+Green+Blue) = 186+181+50=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB532 is #454ACD. Grayscale: #A8A8A8. Windows color (decimal): -4541134 or 3323322. OLE color: 3323322.

HSL color Cylindrical-coordinate representation of color #BAB532: hue angle of 57.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAB532 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 50 -
CMYK 0 0.03 0.73 0.27
HSL 57.79º 0.58% 0.46% -
HSV(B) 57.79º 0.73% 0.73% -
XYZ 37.35 43.72 9.49 -
YUV 167.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 186 181 50 0 0.03 0.73 0.27 57.79 0.58 0.46
Hex BA B5 32 0 3 49 1B 3A 3A 2E
Octal 272 265 62 0 3 111 33 72 72 56
Binary 10111010 10110101 110010 0 11 1001001 11011 111010 111010 101110

Color Harmonies of #BAB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB532

Black with #BAB532

Text Example


Text Example

White with #BAB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB532; }

 p { color: rgb(186,181,50); }

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

background-color css

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

 a { background-color: rgb(186,181,50); }

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

border-color css

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

 span { border-color: rgb(186,181,50); }

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