#9CAB76

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

Shades of Sage #9CAB76

Tints of Sage #9CAB76

Color information

#9CAB76 (or 0x9CAB76) is unknown color: approx Sage. HEX triplet: 9C, AB and 76. RGB value is (156,171,118). Sum of RGB (Red+Green+Blue) = 156+171+118=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CAB76 is #635489. Grayscale: #A0A0A0. Windows color (decimal): -6509706 or 7777180. OLE color: 7777180.

HSL color Cylindrical-coordinate representation of color #9CAB76: hue angle of 76.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CAB76 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB156171118-
CMYK0.0900.310.33
HSL76.98º23.98%56.67%-
HSV(B)76.98º30.99%67.06%-
XYZ31.5437.522.72-
YUV160.47104.03124.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=35.06%
G=38.43%
B=26.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711180.0900.310.3376.9823.9856.67
Hex9CAB76901F214d1839
Octal23425316611037411153071
Binary100111001010101111101101001011111100001100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,118); }

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

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

 a { background-color: rgb(156,171,118); }

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

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

 span { border-color: rgb(156,171,118); }

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