Html Css Color HEX #BAB960 Olive Green

📋 copy color: '#BAB960'

red 186 ◦ green 185 ◦ blue 96

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

Shades of Olive Green #BAB960

Tints of Olive Green #BAB960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 39.83%
G = 39.61%
B = 20.56%

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

#BAB960 (or 0xBAB960) is known color: Olive Green. HEX triplet: BA, B9 and 60. RGB value is (186,185,96). Sum of RGB (Red+Green+Blue) = 186+185+96=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB960 is #45469F. Grayscale: #AFAFAF. Windows color (decimal): -4540064 or 6339002. OLE color: 6339002.

HSL color Cylindrical-coordinate representation of color #BAB960: 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 #BAB960 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 96 -
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.71 45.98 17.85 -
YUV 175.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 186 185 96 0 0.01 0.48 0.27 59.33 0.39 0.55
Hex BA B9 60 0 1 30 1B 3B 27 37
Octal 272 271 140 0 1 60 33 73 47 67
Binary 10111010 10111001 1100000 0 1 110000 11011 111011 100111 110111

Color Harmonies of #BAB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB960

Black with #BAB960

Text Example


Text Example

White with #BAB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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