Html Css Color HEX #BAB132 Earls Green

📋 copy color: '#BAB132'

red 186 ◦ green 177 ◦ blue 50

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

Shades of Earls Green #BAB132

Tints of Earls Green #BAB132

RGB

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

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

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

R = 45.04%
G = 42.86%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAB132 (or 0xBAB132) is known color: Earls Green. HEX triplet: BA, B1 and 32. RGB value is (186,177,50). Sum of RGB (Red+Green+Blue) = 186+177+50=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB132 is #454ECD. Grayscale: #A5A5A5. Windows color (decimal): -4542158 or 3322298. OLE color: 3322298.

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

Color convert

RGB 186 177 50 -
CMYK 0 0.05 0.73 0.27
HSL 56.03º 0.58% 0.46% -
HSV(B) 56.03º 0.73% 0.73% -
XYZ 36.55 42.11 9.22 -
YUV 165.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 186 177 50 0 0.05 0.73 0.27 56.03 0.58 0.46
Hex BA B1 32 0 5 49 1B 38 3A 2E
Octal 272 261 62 0 5 111 33 70 72 56
Binary 10111010 10110001 110010 0 101 1001001 11011 111000 111010 101110

Color Harmonies of #BAB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB132

Black with #BAB132

Text Example


Text Example

White with #BAB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB132; }

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

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

background-color css

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

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

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

border-color css

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

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

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