#9CB566

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

Shades of Olivine #9CB566

Tints of Olivine #9CB566

Color information

#9CB566 (or 0x9CB566) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 66. RGB value is (156,181,102). Sum of RGB (Red+Green+Blue) = 156+181+102=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB566 is #634A99. Grayscale: #A4A4A4. Windows color (decimal): -6507162 or 6731164. OLE color: 6731164.

HSL color Cylindrical-coordinate representation of color #9CB566: hue angle of 78.99º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CB566 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB156181102-
CMYK0.1400.440.29
HSL78.99º34.8%55.49%-
HSV(B)78.99º43.65%70.98%-
XYZ32.6341.0718.78-
YUV164.5292.72121.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=35.54%
G=41.23%
B=23.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811020.1400.440.2978.9934.855.49
Hex9CB566E02C1D4f2337
Octal23426514616054351174367
Binary1001110010110101110011011100101100111011001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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