Html Css Color HEX #BAB125 Earls Green

📋 copy color: '#BAB125'

red 186 ◦ green 177 ◦ blue 37

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

Shades of Earls Green #BAB125

Tints of Earls Green #BAB125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.25%

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

R = 46.5%
G = 44.25%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BAB125 (or 0xBAB125) is known color: Earls Green. HEX triplet: BA, B1 and 25. RGB value is (186,177,37). Sum of RGB (Red+Green+Blue) = 186+177+37=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB125 is #454EDA. Grayscale: #A4A4A4. Windows color (decimal): -4542171 or 2470330. OLE color: 2470330.

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

Color convert

RGB 186 177 37 -
CMYK 0 0.05 0.80 0.27
HSL 56.38º 0.67% 0.44% -
HSV(B) 56.38º 0.8% 0.73% -
XYZ 36.31 42.02 7.95 -
YUV 163.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 186 177 37 0 0.05 0.80 0.27 56.38 0.67 0.44
Hex BA B1 25 0 5 50 1B 38 43 2C
Octal 272 261 45 0 5 120 33 70 103 54
Binary 10111010 10110001 100101 0 101 1010000 11011 111000 1000011 101100

Color Harmonies of #BAB125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB125

Black with #BAB125

Text Example


Text Example

White with #BAB125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB125; }

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

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

background-color css

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

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

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

border-color css

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

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

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