#9CA248

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

Shades of Green Smoke #9CA248

Tints of Green Smoke #9CA248

Color information

#9CA248 (or 0x9CA248) is unknown color: approx Green Smoke. HEX triplet: 9C, A2 and 48. RGB value is (156,162,72). Sum of RGB (Red+Green+Blue) = 156+162+72=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA248 is #635DB7. Grayscale: #969696. Windows color (decimal): -6512056 or 4760220. OLE color: 4760220.

HSL color Cylindrical-coordinate representation of color #9CA248: hue angle of 64º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CA248 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB15616272-
CMYK0.0400.560.36
HSL64º38.46%45.88%-
HSV(B)64º55.56%63.53%-
XYZ27.833.3811.11-
YUV149.9584.01132.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=40%
G=41.54%
B=18.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156162720.0400.560.366438.4645.88
Hex9CA24840382440262e
Octal2342421104070441004656
Binary1001110010100010100100010001110001001001000000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,72); }

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

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

 a { background-color: rgb(156,162,72); }

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

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

 span { border-color: rgb(156,162,72); }

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