Html Css Color HEX #BAB856 Olive Green

📋 copy color: '#BAB856'

red 186 ◦ green 184 ◦ blue 86

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

Shades of Olive Green #BAB856

Tints of Olive Green #BAB856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.86%

R = 40.79%
G = 40.35%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAB856 (or 0xBAB856) is known color: Olive Green. HEX triplet: BA, B8 and 56. RGB value is (186,184,86). Sum of RGB (Red+Green+Blue) = 186+184+86=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB856 is #4547A9. Grayscale: #ADADAD. Windows color (decimal): -4540330 or 5683386. OLE color: 5683386.

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

Color convert

RGB 186 184 86 -
CMYK 0 0.01 0.54 0.27
HSL 58.8º 0.42% 0.53% -
HSV(B) 58.8º 0.54% 0.73% -
XYZ 39.07 45.39 15.51 -
YUV 173.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 186 184 86 0 0.01 0.54 0.27 58.8 0.42 0.53
Hex BA B8 56 0 1 36 1B 3B 2A 35
Octal 272 270 126 0 1 66 33 73 52 65
Binary 10111010 10111000 1010110 0 1 110110 11011 111011 101010 110101

Color Harmonies of #BAB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB856

Black with #BAB856

Text Example


Text Example

White with #BAB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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