Html Css Color HEX #BAB52B Earls Green

📋 copy color: '#BAB52B'

red 186 ◦ green 181 ◦ blue 43

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

Shades of Earls Green #BAB52B

Tints of Earls Green #BAB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 45.37%
G = 44.15%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BAB52B (or 0xBAB52B) is known color: Earls Green. HEX triplet: BA, B5 and 2B. RGB value is (186,181,43). Sum of RGB (Red+Green+Blue) = 186+181+43=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB52B is #454AD4. Grayscale: #A7A7A7. Windows color (decimal): -4541141 or 2864570. OLE color: 2864570.

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

Color convert

RGB 186 181 43 -
CMYK 0 0.03 0.77 0.27
HSL 57.9º 0.62% 0.45% -
HSV(B) 57.9º 0.77% 0.73% -
XYZ 37.21 43.66 8.75 -
YUV 166.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 186 181 43 0 0.03 0.77 0.27 57.9 0.62 0.45
Hex BA B5 2B 0 3 4D 1B 3A 3E 2D
Octal 272 265 53 0 3 115 33 72 76 55
Binary 10111010 10110101 101011 0 11 1001101 11011 111010 111110 101101

Color Harmonies of #BAB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB52B

Black with #BAB52B

Text Example


Text Example

White with #BAB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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