#9CA46B

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

Shades of Green Smoke #9CA46B

Tints of Green Smoke #9CA46B

Color information

#9CA46B (or 0x9CA46B) is unknown color: approx Green Smoke. HEX triplet: 9C, A4 and 6B. RGB value is (156,164,107). Sum of RGB (Red+Green+Blue) = 156+164+107=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA46B is #635B94. Grayscale: #9B9B9B. Windows color (decimal): -6511509 or 7054492. OLE color: 7054492.

HSL color Cylindrical-coordinate representation of color #9CA46B: hue angle of 68.42º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CA46B is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB156164107-
CMYK0.0500.350.36
HSL68.42º23.85%53.14%-
HSV(B)68.42º34.76%64.31%-
XYZ29.6434.6819.04-
YUV155.11100.85128.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.53%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 107 (42.19% from 255) = 25.06%
R=36.53%
G=38.41%
B=25.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641070.0500.350.3668.4223.8553.14
Hex9CA46B502324441835
Octal2342441535043441043065
Binary100111001010010011010111010100011100100100010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,164,107); }

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

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

 a { background-color: rgb(156,164,107); }

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

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

 span { border-color: rgb(156,164,107); }

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