#9CA27F

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

Shades of Sage #9CA27F

Tints of Sage #9CA27F

Color information

#9CA27F (or 0x9CA27F) is unknown color: approx Sage. HEX triplet: 9C, A2 and 7F. RGB value is (156,162,127). Sum of RGB (Red+Green+Blue) = 156+162+127=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA27F is #635D80. Grayscale: #9C9C9C. Windows color (decimal): -6512001 or 8364700. OLE color: 8364700.

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

Color convert

RGB156162127-
CMYK0.0400.220.36
HSL70.29º15.84%56.67%-
HSV(B)70.29º21.6%63.53%-
XYZ30.4634.4425.12-
YUV156.22111.51127.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 127 (50% from 255) = 28.54%
R=35.06%
G=36.40%
B=28.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561621270.0400.220.3670.2915.8456.67
Hex9CA27F401624461039
Octal2342421774026441062071
Binary10011100101000101111111100010110100100100011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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