#9CA388

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

Shades of Sage #9CA388

Tints of Sage #9CA388

Color information

#9CA388 (or 0x9CA388) is unknown color: approx Sage. HEX triplet: 9C, A3 and 88. RGB value is (156,163,136). Sum of RGB (Red+Green+Blue) = 156+163+136=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA388 is #635C77. Grayscale: #9D9D9D. Windows color (decimal): -6511736 or 8954780. OLE color: 8954780.

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

Color convert

RGB156163136-
CMYK0.0400.170.36
HSL75.56º12.8%58.63%-
HSV(B)75.56º16.56%63.92%-
XYZ31.2535.0428.41-
YUV157.83115.68126.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=34.29%
G=35.82%
B=29.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631360.0400.170.3675.5612.858.63
Hex9CA3884011244cd3b
Octal2342432104021441141573
Binary10011100101000111000100010001000110010010011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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