Html Css Color HEX #BAB359 Olive Green

📋 copy color: '#BAB359'

red 186 ◦ green 179 ◦ blue 89

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

Shades of Olive Green #BAB359

Tints of Olive Green #BAB359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.6%

R = 40.97%
G = 39.43%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAB359 (or 0xBAB359) is known color: Olive Green. HEX triplet: BA, B3 and 59. RGB value is (186,179,89). Sum of RGB (Red+Green+Blue) = 186+179+89=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB359 is #454CA6. Grayscale: #ABABAB. Windows color (decimal): -4541607 or 5878714. OLE color: 5878714.

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

Color convert

RGB 186 179 89 -
CMYK 0 0.04 0.52 0.27
HSL 55.67º 0.41% 0.54% -
HSV(B) 55.67º 0.52% 0.73% -
XYZ 38.17 43.4 15.82 -
YUV 170.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 186 179 89 0 0.04 0.52 0.27 55.67 0.41 0.54
Hex BA B3 59 0 4 34 1B 38 29 36
Octal 272 263 131 0 4 64 33 70 51 66
Binary 10111010 10110011 1011001 0 100 110100 11011 111000 101001 110110

Color Harmonies of #BAB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB359

Black with #BAB359

Text Example


Text Example

White with #BAB359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB359; }

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

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

background-color css

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

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

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

border-color css

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

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

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