#9CB865

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

Shades of Olivine #9CB865

Tints of Olivine #9CB865

Color information

#9CB865 (or 0x9CB865) is unknown color: approx Olivine. HEX triplet: 9C, B8 and 65. RGB value is (156,184,101). Sum of RGB (Red+Green+Blue) = 156+184+101=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB865 is #63479A. Grayscale: #A6A6A6. Windows color (decimal): -6506395 or 6666396. OLE color: 6666396.

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

Color convert

RGB156184101-
CMYK0.1500.450.28
HSL80.24º36.89%55.88%-
HSV(B)80.24º45.11%72.16%-
XYZ33.242.2918.72-
YUV166.1791.22120.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=35.37%
G=41.72%
B=22.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561841010.1500.450.2880.2436.8955.88
Hex9CB865F02D1C502538
Octal23427014517055341204570
Binary1001110010111000110010111110101101111001010000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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