#9CA550

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

Shades of Green Smoke #9CA550

Tints of Green Smoke #9CA550

Color information

#9CA550 (or 0x9CA550) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 50. RGB value is (156,165,80). Sum of RGB (Red+Green+Blue) = 156+165+80=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA550 is #635AAF. Grayscale: #989898. Windows color (decimal): -6511280 or 5285276. OLE color: 5285276.

HSL color Cylindrical-coordinate representation of color #9CA550: hue angle of 66.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CA550 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB15616580-
CMYK0.0500.520.35
HSL66.35º34.69%48.04%-
HSV(B)66.35º51.52%64.71%-
XYZ28.6134.5612.75-
YUV152.6287.02130.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=38.90%
G=41.15%
B=19.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165800.0500.520.3566.3534.6948.04
Hex9CA550503423422330
Octal2342451205064431024360
Binary1001110010100101101000010101101001000111000010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,80); }

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

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

 a { background-color: rgb(156,165,80); }

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

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

 span { border-color: rgb(156,165,80); }

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