#9CB87C

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

Shades of Olivine #9CB87C

Tints of Olivine #9CB87C

Color information

#9CB87C (or 0x9CB87C) is unknown color: approx Olivine. HEX triplet: 9C, B8 and 7C. RGB value is (156,184,124). Sum of RGB (Red+Green+Blue) = 156+184+124=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB87C is #634783. Grayscale: #A9A9A9. Windows color (decimal): -6506372 or 8173724. OLE color: 8173724.

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

Color convert

RGB156184124-
CMYK0.1500.330.28
HSL88º29.7%60.39%-
HSV(B)88º32.61%72.16%-
XYZ34.4942.825.51-
YUV168.79102.72118.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=33.62%
G=39.66%
B=26.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561841240.1500.330.288829.760.39
Hex9CB87CF0211C581e3c
Octal23427017417041341303674
Binary100111001011100011111001111010000111100101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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