#9CBA5E

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

Shades of Olivine #9CBA5E

Tints of Olivine #9CBA5E

Color information

#9CBA5E (or 0x9CBA5E) is unknown color: approx Olivine. HEX triplet: 9C, BA and 5E. RGB value is (156,186,94). Sum of RGB (Red+Green+Blue) = 156+186+94=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA5E is #6345A1. Grayscale: #A6A6A6. Windows color (decimal): -6505890 or 6208156. OLE color: 6208156.

HSL color Cylindrical-coordinate representation of color #9CBA5E: hue angle of 79.57º degrees, saturation: 0.4, 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 #9CBA5E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB15618694-
CMYK0.1600.490.27
HSL79.57º40%54.9%-
HSV(B)79.57º49.46%72.94%-
XYZ33.2942.9917.13-
YUV166.5487.06120.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=35.78%
G=42.66%
B=21.56%

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
Decimal156186940.1600.490.2779.574054.9
Hex9CBA5E100311B502837
Octal23427213620061331205067
Binary10011100101110101011110100000110001110111010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,94); }

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

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

 a { background-color: rgb(156,186,94); }

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

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

 span { border-color: rgb(156,186,94); }

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