#9CA558

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

Shades of Green Smoke #9CA558

Tints of Green Smoke #9CA558

Color information

#9CA558 (or 0x9CA558) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 58. RGB value is (156,165,88). Sum of RGB (Red+Green+Blue) = 156+165+88=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA558 is #635AA7. Grayscale: #999999. Windows color (decimal): -6511272 or 5809564. OLE color: 5809564.

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

Color convert

RGB15616588-
CMYK0.0500.470.35
HSL67.01º30.43%49.61%-
HSV(B)67.01º46.67%64.71%-
XYZ28.9334.6814.4-
YUV153.5391.02129.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=38.14%
G=40.34%
B=21.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165880.0500.470.3567.0130.4349.61
Hex9CA558502F23431e32
Octal2342451305057431033662
Binary100111001010010110110001010101111100011100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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