#9CA283

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

Shades of Sage #9CA283

Tints of Sage #9CA283

Color information

#9CA283 (or 0x9CA283) is unknown color: approx Sage. HEX triplet: 9C, A2 and 83. RGB value is (156,162,131). Sum of RGB (Red+Green+Blue) = 156+162+131=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA283 is #635D7C. Grayscale: #9C9C9C. Windows color (decimal): -6511997 or 8626844. OLE color: 8626844.

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

Color convert

RGB156162131-
CMYK0.0400.190.36
HSL71.61º14.29%57.45%-
HSV(B)71.61º19.14%63.53%-
XYZ30.7334.5526.52-
YUV156.67113.51127.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=34.74%
G=36.08%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561621310.0400.190.3671.6114.2957.45
Hex9CA28340132448e39
Octal2342422034023441101671
Binary10011100101000101000001110001001110010010010001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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