Html Css Color HEX #BAB528 Earls Green

📋 copy color: '#BAB528'

red 186 ◦ green 181 ◦ blue 40

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

Shades of Earls Green #BAB528

Tints of Earls Green #BAB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 45.7%
G = 44.47%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BAB528 (or 0xBAB528) is known color: Earls Green. HEX triplet: BA, B5 and 28. RGB value is (186,181,40). Sum of RGB (Red+Green+Blue) = 186+181+40=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB528 is #454AD7. Grayscale: #A6A6A6. Windows color (decimal): -4541144 or 2667962. OLE color: 2667962.

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

Color convert

RGB 186 181 40 -
CMYK 0 0.03 0.78 0.27
HSL 57.95º 0.65% 0.44% -
HSV(B) 57.95º 0.78% 0.73% -
XYZ 37.16 43.64 8.47 -
YUV 166.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 186 181 40 0 0.03 0.78 0.27 57.95 0.65 0.44
Hex BA B5 28 0 3 4E 1B 3A 41 2C
Octal 272 265 50 0 3 116 33 72 101 54
Binary 10111010 10110101 101000 0 11 1001110 11011 111010 1000001 101100

Color Harmonies of #BAB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB528

Black with #BAB528

Text Example


Text Example

White with #BAB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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