Html Css Color HEX #BAB323 Earls Green

📋 copy color: '#BAB323'

red 186 ◦ green 179 ◦ blue 35

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

Shades of Earls Green #BAB323

Tints of Earls Green #BAB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 46.5%
G = 44.75%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BAB323 (or 0xBAB323) is known color: Earls Green. HEX triplet: BA, B3 and 23. RGB value is (186,179,35). Sum of RGB (Red+Green+Blue) = 186+179+35=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB323 is #454CDC. Grayscale: #A5A5A5. Windows color (decimal): -4541661 or 2339770. OLE color: 2339770.

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

Color convert

RGB 186 179 35 -
CMYK 0 0.04 0.81 0.27
HSL 57.22º 0.68% 0.43% -
HSV(B) 57.22º 0.81% 0.73% -
XYZ 36.67 42.8 7.92 -
YUV 164.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 186 179 35 0 0.04 0.81 0.27 57.22 0.68 0.43
Hex BA B3 23 0 4 51 1B 39 44 2B
Octal 272 263 43 0 4 121 33 71 104 53
Binary 10111010 10110011 100011 0 100 1010001 11011 111001 1000100 101011

Color Harmonies of #BAB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB323

Black with #BAB323

Text Example


Text Example

White with #BAB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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