Html Css Color HEX #BAB352 Olive Green

📋 copy color: '#BAB352'

red 186 ◦ green 179 ◦ blue 82

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

Shades of Olive Green #BAB352

Tints of Olive Green #BAB352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.34%

R = 41.61%
G = 40.04%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BAB352 (or 0xBAB352) is known color: Olive Green. HEX triplet: BA, B3 and 52. RGB value is (186,179,82). Sum of RGB (Red+Green+Blue) = 186+179+82=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB352 is #454CAD. Grayscale: #AAAAAA. Windows color (decimal): -4541614 or 5419962. OLE color: 5419962.

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

Color convert

RGB 186 179 82 -
CMYK 0 0.04 0.56 0.27
HSL 55.96º 0.43% 0.53% -
HSV(B) 55.96º 0.56% 0.73% -
XYZ 37.89 43.29 14.34 -
YUV 170.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 186 179 82 0 0.04 0.56 0.27 55.96 0.43 0.53
Hex BA B3 52 0 4 38 1B 38 2B 35
Octal 272 263 122 0 4 70 33 70 53 65
Binary 10111010 10110011 1010010 0 100 111000 11011 111000 101011 110101

Color Harmonies of #BAB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB352

Black with #BAB352

Text Example


Text Example

White with #BAB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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