#9CB95F

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

Shades of Olivine #9CB95F

Tints of Olivine #9CB95F

Color information

#9CB95F (or 0x9CB95F) is unknown color: approx Olivine. HEX triplet: 9C, B9 and 5F. RGB value is (156,185,95). Sum of RGB (Red+Green+Blue) = 156+185+95=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB95F is #6346A0. Grayscale: #A6A6A6. Windows color (decimal): -6506145 or 6273436. OLE color: 6273436.

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

Color convert

RGB15618595-
CMYK0.1600.490.27
HSL79.33º39.13%54.9%-
HSV(B)79.33º48.65%72.55%-
XYZ33.1242.5917.3-
YUV166.0787.89120.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 185 (72.66% from 255) = 42.43%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=35.78%
G=42.43%
B=21.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156185950.1600.490.2779.3339.1354.9
Hex9CB95F100311B4f2737
Octal23427113720061331174767
Binary10011100101110011011111100000110001110111001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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