Html Css Color HEX #BAB824 Earls Green

📋 copy color: '#BAB824'

red 186 ◦ green 184 ◦ blue 36

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

Shades of Earls Green #BAB824

Tints of Earls Green #BAB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

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

R = 45.81%
G = 45.32%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB824 (or 0xBAB824) is known color: Earls Green. HEX triplet: BA, B8 and 24. RGB value is (186,184,36). Sum of RGB (Red+Green+Blue) = 186+184+36=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB824 is #4547DB. Grayscale: #A8A8A8. Windows color (decimal): -4540380 or 2406586. OLE color: 2406586.

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

Color convert

RGB 186 184 36 -
CMYK 0 0.01 0.81 0.27
HSL 59.2º 0.68% 0.44% -
HSV(B) 59.2º 0.81% 0.73% -
XYZ 37.71 44.85 8.34 -
YUV 167.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 186 184 36 0 0.01 0.81 0.27 59.2 0.68 0.44
Hex BA B8 24 0 1 51 1B 3B 44 2C
Octal 272 270 44 0 1 121 33 73 104 54
Binary 10111010 10111000 100100 0 1 1010001 11011 111011 1000100 101100

Color Harmonies of #BAB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB824

Black with #BAB824

Text Example


Text Example

White with #BAB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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