Html Css Color HEX #BAB525 Earls Green

📋 copy color: '#BAB525'

red 186 ◦ green 181 ◦ blue 37

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

Shades of Earls Green #BAB525

Tints of Earls Green #BAB525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 46.04%
G = 44.8%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB525 (or 0xBAB525) is known color: Earls Green. HEX triplet: BA, B5 and 25. RGB value is (186,181,37). Sum of RGB (Red+Green+Blue) = 186+181+37=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB525 is #454ADA. Grayscale: #A6A6A6. Windows color (decimal): -4541147 or 2471354. OLE color: 2471354.

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

Color convert

RGB 186 181 37 -
CMYK 0 0.03 0.80 0.27
HSL 57.99º 0.67% 0.44% -
HSV(B) 57.99º 0.8% 0.73% -
XYZ 37.11 43.62 8.21 -
YUV 166.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 186 181 37 0 0.03 0.80 0.27 57.99 0.67 0.44
Hex BA B5 25 0 3 50 1B 3A 43 2C
Octal 272 265 45 0 3 120 33 72 103 54
Binary 10111010 10110101 100101 0 11 1010000 11011 111010 1000011 101100

Color Harmonies of #BAB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB525

Black with #BAB525

Text Example


Text Example

White with #BAB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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