Html Css Color HEX #BAB624 Earls Green

📋 copy color: '#BAB624'

red 186 ◦ green 182 ◦ blue 36

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

Shades of Earls Green #BAB624

Tints of Earls Green #BAB624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

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

R = 46.04%
G = 45.05%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB624 (or 0xBAB624) is known color: Earls Green. HEX triplet: BA, B6 and 24. RGB value is (186,182,36). Sum of RGB (Red+Green+Blue) = 186+182+36=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB624 is #4549DB. Grayscale: #A7A7A7. Windows color (decimal): -4540892 or 2406074. OLE color: 2406074.

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

Color convert

RGB 186 182 36 -
CMYK 0 0.02 0.81 0.27
HSL 58.4º 0.68% 0.44% -
HSV(B) 58.4º 0.81% 0.73% -
XYZ 37.3 44.02 8.2 -
YUV 166.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 186 182 36 0 0.02 0.81 0.27 58.4 0.68 0.44
Hex BA B6 24 0 2 51 1B 3A 44 2C
Octal 272 266 44 0 2 121 33 72 104 54
Binary 10111010 10110110 100100 0 10 1010001 11011 111010 1000100 101100

Color Harmonies of #BAB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB624

Black with #BAB624

Text Example


Text Example

White with #BAB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB624; }

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

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

background-color css

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

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

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

border-color css

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

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

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