Html Css Color HEX #BAB424 Earls Green

📋 copy color: '#BAB424'

red 186 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #BAB424

Tints of Earls Green #BAB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 46.27%
G = 44.78%
B = 8.96%

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

#BAB424 (or 0xBAB424) is known color: Earls Green. HEX triplet: BA, B4 and 24. RGB value is (186,180,36). Sum of RGB (Red+Green+Blue) = 186+180+36=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB424 is #454BDB. Grayscale: #A5A5A5. Windows color (decimal): -4541404 or 2405562. OLE color: 2405562.

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

Color convert

RGB 186 180 36 -
CMYK 0 0.03 0.81 0.27
HSL 57.6º 0.68% 0.44% -
HSV(B) 57.6º 0.81% 0.73% -
XYZ 36.89 43.21 8.06 -
YUV 165.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 186 180 36 0 0.03 0.81 0.27 57.6 0.68 0.44
Hex BA B4 24 0 3 51 1B 3A 44 2C
Octal 272 264 44 0 3 121 33 72 104 54
Binary 10111010 10110100 100100 0 11 1010001 11011 111010 1000100 101100

Color Harmonies of #BAB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB424

Black with #BAB424

Text Example


Text Example

White with #BAB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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