Html Css Color HEX #BAB325 Earls Green

📋 copy color: '#BAB325'

red 186 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #BAB325

Tints of Earls Green #BAB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.53%

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

R = 46.27%
G = 44.53%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB325 (or 0xBAB325) is known color: Earls Green. HEX triplet: BA, B3 and 25. RGB value is (186,179,37). Sum of RGB (Red+Green+Blue) = 186+179+37=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB325 is #454CDA. Grayscale: #A5A5A5. Windows color (decimal): -4541659 or 2470842. OLE color: 2470842.

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

Color convert

RGB 186 179 37 -
CMYK 0 0.04 0.80 0.27
HSL 57.18º 0.67% 0.44% -
HSV(B) 57.18º 0.8% 0.73% -
XYZ 36.7 42.81 8.08 -
YUV 164.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 186 179 37 0 0.04 0.80 0.27 57.18 0.67 0.44
Hex BA B3 25 0 4 50 1B 39 43 2C
Octal 272 263 45 0 4 120 33 71 103 54
Binary 10111010 10110011 100101 0 100 1010000 11011 111001 1000011 101100

Color Harmonies of #BAB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB325

Black with #BAB325

Text Example


Text Example

White with #BAB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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