Html Css Color HEX #BAB524 Earls Green

📋 copy color: '#BAB524'

red 186 ◦ green 181 ◦ blue 36

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

Shades of Earls Green #BAB524

Tints of Earls Green #BAB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 46.15%
G = 44.91%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB524 (or 0xBAB524) is known color: Earls Green. HEX triplet: BA, B5 and 24. RGB value is (186,181,36). Sum of RGB (Red+Green+Blue) = 186+181+36=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB524 is #454ADB. Grayscale: #A6A6A6. Windows color (decimal): -4541148 or 2405818. OLE color: 2405818.

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

Color convert

RGB 186 181 36 -
CMYK 0 0.03 0.81 0.27
HSL 58º 0.68% 0.44% -
HSV(B) 58º 0.81% 0.73% -
XYZ 37.09 43.61 8.13 -
YUV 165.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 186 181 36 0 0.03 0.81 0.27 58 0.68 0.44
Hex BA B5 24 0 3 51 1B 3A 44 2C
Octal 272 265 44 0 3 121 33 72 104 54
Binary 10111010 10110101 100100 0 11 1010001 11011 111010 1000100 101100

Color Harmonies of #BAB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB524

Black with #BAB524

Text Example


Text Example

White with #BAB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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