#9cb57c

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

Shades of Olivine #9CB57C

Tints of Olivine #9CB57C

Color information

#9CB57C (or 0x9CB57C) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 7C. RGB value is (156,181,124). Sum of RGB (Red+Green+Blue) = 156+181+124=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB57C is #634A83. Grayscale: #A7A7A7. Windows color (decimal): -6507140 or 8172956. OLE color: 8172956.

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

Color convert

RGB156181124-
CMYK0.1400.310.29
HSL86.32º27.8%59.8%-
HSV(B)86.32º31.49%70.98%-
XYZ33.8741.5725.31-
YUV167.03103.72120.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=33.84%
G=39.26%
B=26.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811240.1400.310.2986.3227.859.8
Hex9CB57CE01F1D561c3c
Octal23426517416037351263474
Binary10011100101101011111100111001111111101101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cb57c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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