#9CA282

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

Shades of Sage #9CA282

Tints of Sage #9CA282

Color information

#9CA282 (or 0x9CA282) is unknown color: approx Sage. HEX triplet: 9C, A2 and 82. RGB value is (156,162,130). Sum of RGB (Red+Green+Blue) = 156+162+130=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA282 is #635D7D. Grayscale: #9C9C9C. Windows color (decimal): -6511998 or 8561308. OLE color: 8561308.

HSL color Cylindrical-coordinate representation of color #9CA282: hue angle of 71.25º 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 #9CA282 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB156162130-
CMYK0.0400.200.36
HSL71.25º14.68%57.25%-
HSV(B)71.25º19.75%63.53%-
XYZ30.6634.5226.17-
YUV156.56113.01127.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=34.82%
G=36.16%
B=29.02%

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
Decimal1561621300.0400.200.3671.2514.6857.25
Hex9CA28240142447f39
Octal2342422024024441071771
Binary10011100101000101000001010001010010010010001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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