Html Css Color HEX #BAB853 Olive Green

📋 copy color: '#BAB853'

red 186 ◦ green 184 ◦ blue 83

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

Shades of Olive Green #BAB853

Tints of Olive Green #BAB853

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 41.06%
G = 40.62%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BAB853 (or 0xBAB853) is known color: Olive Green. HEX triplet: BA, B8 and 53. RGB value is (186,184,83). Sum of RGB (Red+Green+Blue) = 186+184+83=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB853 is #4547AC. Grayscale: #ADADAD. Windows color (decimal): -4540333 or 5486778. OLE color: 5486778.

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

Color convert

RGB 186 184 83 -
CMYK 0 0.01 0.55 0.27
HSL 58.83º 0.43% 0.53% -
HSV(B) 58.83º 0.55% 0.73% -
XYZ 38.95 45.34 14.88 -
YUV 173.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 186 184 83 0 0.01 0.55 0.27 58.83 0.43 0.53
Hex BA B8 53 0 1 37 1B 3B 2B 35
Octal 272 270 123 0 1 67 33 73 53 65
Binary 10111010 10111000 1010011 0 1 110111 11011 111011 101011 110101

Color Harmonies of #BAB853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB853

Black with #BAB853

Text Example


Text Example

White with #BAB853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB853; }

 p { color: rgb(186,184,83); }

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

background-color css

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

 a { background-color: rgb(186,184,83); }

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

border-color css

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

 span { border-color: rgb(186,184,83); }

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