#9CB966

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

Shades of Olivine #9CB966

Tints of Olivine #9CB966

Color information

#9CB966 (or 0x9CB966) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 66. RGB value is (156,185,102). Sum of RGB (Red+Green+Blue) = 156+185+102=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB966 is #634699. Grayscale: #A7A7A7. Windows color (decimal): -6506138 or 6732188. OLE color: 6732188.

HSL color Cylindrical-coordinate representation of color #9CB966: hue angle of 80.96º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CB966 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB156185102-
CMYK0.1600.450.27
HSL80.96º37.22%56.27%-
HSV(B)80.96º44.86%72.55%-
XYZ33.4642.7319.05-
YUV166.8791.39120.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=35.21%
G=41.76%
B=23.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561851020.1600.450.2780.9637.2256.27
Hex9CB9661002D1B512538
Octal23427114620055331214570
Binary10011100101110011100110100000101101110111010001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,102); }

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

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

 a { background-color: rgb(156,185,102); }

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

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

 span { border-color: rgb(156,185,102); }

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