#9CA281

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

Shades of Sage #9CA281

Tints of Sage #9CA281

Color information

#9CA281 (or 0x9CA281) is unknown color: approx Sage. HEX triplet: 9C, A2 and 81. RGB value is (156,162,129). Sum of RGB (Red+Green+Blue) = 156+162+129=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA281 is #635D7E. Grayscale: #9C9C9C. Windows color (decimal): -6511999 or 8495772. OLE color: 8495772.

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

Color convert

RGB156162129-
CMYK0.0400.200.36
HSL70.91º15.07%57.06%-
HSV(B)70.91º20.37%63.53%-
XYZ30.5934.4925.81-
YUV156.44112.51127.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=34.90%
G=36.24%
B=28.86%

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
Decimal1561621290.0400.200.3670.9115.0757.06
Hex9CA28140142447f39
Octal2342422014024441071771
Binary10011100101000101000000110001010010010010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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