#9CA95E

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

Shades of Green Smoke #9CA95E

Tints of Green Smoke #9CA95E

Color information

#9CA95E (or 0x9CA95E) is unknown color: approx Green Smoke. HEX triplet: 9C, A9 and 5E. RGB value is (156,169,94). Sum of RGB (Red+Green+Blue) = 156+169+94=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA95E is #6356A1. Grayscale: #9C9C9C. Windows color (decimal): -6510242 or 6203804. OLE color: 6203804.

HSL color Cylindrical-coordinate representation of color #9CA95E: hue angle of 70.4º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CA95E is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB15616994-
CMYK0.0800.440.34
HSL70.4º30.36%51.57%-
HSV(B)70.4º44.38%66.27%-
XYZ29.9236.2516.01-
YUV156.5692.69127.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=37.23%
G=40.33%
B=22.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156169940.0800.440.3470.430.3651.57
Hex9CA95E802C22461e34
Octal23425113610054421063664
Binary1001110010101001101111010000101100100010100011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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