#9CA383

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

Shades of Sage #9CA383

Tints of Sage #9CA383

Color information

#9CA383 (or 0x9CA383) is unknown color: approx Sage. HEX triplet: 9C, A3 and 83. RGB value is (156,163,131). Sum of RGB (Red+Green+Blue) = 156+163+131=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA383 is #635C7C. Grayscale: #9D9D9D. Windows color (decimal): -6511741 or 8627100. OLE color: 8627100.

HSL color Cylindrical-coordinate representation of color #9CA383: hue angle of 73.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CA383 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB156163131-
CMYK0.0400.200.36
HSL73.12º14.81%57.65%-
HSV(B)73.12º19.63%63.92%-
XYZ30.934.926.58-
YUV157.26113.18127.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=34.67%
G=36.22%
B=29.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631310.0400.200.3673.1214.8157.65
Hex9CA38340142449f3a
Octal2342432034024441111772
Binary10011100101000111000001110001010010010010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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