#9CB860

Color #9CB860 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CB860

Tints of Olivine #9CB860

Color information

#9CB860 (or 0x9CB860) is unknown color: approx Olivine. HEX triplet: 9C, B8 and 60. RGB value is (156,184,96). Sum of RGB (Red+Green+Blue) = 156+184+96=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB860 is #63479F. Grayscale: #A5A5A5. Windows color (decimal): -6506400 or 6338716. OLE color: 6338716.

HSL color Cylindrical-coordinate representation of color #9CB860: hue angle of 79.09º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CB860 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB15618496-
CMYK0.1500.480.28
HSL79.09º38.26%54.9%-
HSV(B)79.09º47.83%72.16%-
XYZ32.9642.1917.47-
YUV165.688.72121.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=35.78%
G=42.20%
B=22.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal156184960.1500.480.2879.0938.2654.9
Hex9CB860F0301C4f2637
Octal23427014017060341174667
Binary1001110010111000110000011110110000111001001111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CB860; }

 p { color: rgb(156,184,96); }

 H1.HeaderClassName
 {
   color: #9CB860;
 }
 .AnyTagClassName
 {
   color: #9CB860;
 }
</style>
background-color css

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

 a { background-color: rgb(156,184,96); }

 div.DivClassName
 {
   background-color: #9CB860;
 }
 .BgClassName
 {
   background-color: #9CB860;
 }
</style>
border-color css

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

 span { border-color: rgb(156,184,96); }

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