Html Css Color HEX #BAB523 Earls Green

📋 copy color: '#BAB523'

red 186 ◦ green 181 ◦ blue 35

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

Shades of Earls Green #BAB523

Tints of Earls Green #BAB523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 46.27%
G = 45.02%
B = 8.71%

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

#BAB523 (or 0xBAB523) is known color: Earls Green. HEX triplet: BA, B5 and 23. RGB value is (186,181,35). Sum of RGB (Red+Green+Blue) = 186+181+35=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB523 is #454ADC. Grayscale: #A6A6A6. Windows color (decimal): -4541149 or 2340282. OLE color: 2340282.

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

Color convert

RGB 186 181 35 -
CMYK 0 0.03 0.81 0.27
HSL 58.01º 0.68% 0.43% -
HSV(B) 58.01º 0.81% 0.73% -
XYZ 37.08 43.61 8.05 -
YUV 165.85 54.16 142.37 -
System Red Green Blue C M Y K H S L
Decimal 186 181 35 0 0.03 0.81 0.27 58.01 0.68 0.43
Hex BA B5 23 0 3 51 1B 3A 44 2B
Octal 272 265 43 0 3 121 33 72 104 53
Binary 10111010 10110101 100011 0 11 1010001 11011 111010 1000100 101011

Color Harmonies of #BAB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB523

Black with #BAB523

Text Example


Text Example

White with #BAB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB523; }

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

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

background-color css

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

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

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

border-color css

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

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

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