Html Css Color HEX #BAB559 Olive Green

📋 copy color: '#BAB559'

red 186 ◦ green 181 ◦ blue 89

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

Shades of Olive Green #BAB559

Tints of Olive Green #BAB559

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.69%

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

R = 40.79%
G = 39.69%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BAB559 (or 0xBAB559) is known color: Olive Green. HEX triplet: BA, B5 and 59. RGB value is (186,181,89). Sum of RGB (Red+Green+Blue) = 186+181+89=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB559 is #454AA6. Grayscale: #ACACAC. Windows color (decimal): -4541095 or 5879226. OLE color: 5879226.

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

Color convert

RGB 186 181 89 -
CMYK 0 0.03 0.52 0.27
HSL 56.91º 0.41% 0.54% -
HSV(B) 56.91º 0.52% 0.73% -
XYZ 38.58 44.21 15.95 -
YUV 172.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 186 181 89 0 0.03 0.52 0.27 56.91 0.41 0.54
Hex BA B5 59 0 3 34 1B 39 29 36
Octal 272 265 131 0 3 64 33 71 51 66
Binary 10111010 10110101 1011001 0 11 110100 11011 111001 101001 110110

Color Harmonies of #BAB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB559

Black with #BAB559

Text Example


Text Example

White with #BAB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB559; }

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

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

background-color css

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

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

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

border-color css

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

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

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