Html Css Color HEX #BAB024 Earls Green

📋 copy color: '#BAB024'

red 186 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #BAB024

Tints of Earls Green #BAB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 46.73%
G = 44.22%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB024 (or 0xBAB024) is known color: Earls Green. HEX triplet: BA, B0 and 24. RGB value is (186,176,36). Sum of RGB (Red+Green+Blue) = 186+176+36=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB024 is #454FDB. Grayscale: #A3A3A3. Windows color (decimal): -4542428 or 2404538. OLE color: 2404538.

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

Color convert

RGB 186 176 36 -
CMYK 0 0.05 0.81 0.27
HSL 56º 0.68% 0.44% -
HSV(B) 56º 0.81% 0.73% -
XYZ 36.09 41.62 7.8 -
YUV 163.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 186 176 36 0 0.05 0.81 0.27 56 0.68 0.44
Hex BA B0 24 0 5 51 1B 38 44 2C
Octal 272 260 44 0 5 121 33 70 104 54
Binary 10111010 10110000 100100 0 101 1010001 11011 111000 1000100 101100

Color Harmonies of #BAB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB024

Black with #BAB024

Text Example


Text Example

White with #BAB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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