Html Css Color HEX #BAB760 Olive Green

📋 copy color: '#BAB760'

red 186 ◦ green 183 ◦ blue 96

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

Shades of Olive Green #BAB760

Tints of Olive Green #BAB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

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

R = 40%
G = 39.35%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAB760 (or 0xBAB760) is known color: Olive Green. HEX triplet: BA, B7 and 60. RGB value is (186,183,96). Sum of RGB (Red+Green+Blue) = 186+183+96=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB760 is #45489F. Grayscale: #AEAEAE. Windows color (decimal): -4540576 or 6338490. OLE color: 6338490.

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

Color convert

RGB 186 183 96 -
CMYK 0 0.02 0.48 0.27
HSL 58º 0.39% 0.55% -
HSV(B) 58º 0.48% 0.73% -
XYZ 39.29 45.15 17.71 -
YUV 173.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 186 183 96 0 0.02 0.48 0.27 58 0.39 0.55
Hex BA B7 60 0 2 30 1B 3A 27 37
Octal 272 267 140 0 2 60 33 72 47 67
Binary 10111010 10110111 1100000 0 10 110000 11011 111010 100111 110111

Color Harmonies of #BAB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB760

Black with #BAB760

Text Example


Text Example

White with #BAB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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