Html Css Color HEX #BAB961 Olive Green

📋 copy color: '#BAB961'

red 186 ◦ green 185 ◦ blue 97

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

Shades of Olive Green #BAB961

Tints of Olive Green #BAB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 39.74%
G = 39.53%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAB961 (or 0xBAB961) is known color: Olive Green. HEX triplet: BA, B9 and 61. RGB value is (186,185,97). Sum of RGB (Red+Green+Blue) = 186+185+97=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB961 is #45469E. Grayscale: #AFAFAF. Windows color (decimal): -4540063 or 6404538. OLE color: 6404538.

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

Color convert

RGB 186 185 97 -
CMYK 0 0.01 0.48 0.27
HSL 59.33º 0.39% 0.55% -
HSV(B) 59.33º 0.48% 0.73% -
XYZ 39.76 46 18.09 -
YUV 175.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 186 185 97 0 0.01 0.48 0.27 59.33 0.39 0.55
Hex BA B9 61 0 1 30 1B 3B 27 37
Octal 272 271 141 0 1 60 33 73 47 67
Binary 10111010 10111001 1100001 0 1 110000 11011 111011 100111 110111

Color Harmonies of #BAB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB961

Black with #BAB961

Text Example


Text Example

White with #BAB961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB961; }

 p { color: rgb(186,185,97); }

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

background-color css

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

 a { background-color: rgb(186,185,97); }

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

border-color css

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

 span { border-color: rgb(186,185,97); }

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