#95A46E

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

Shades of Sage #95A46E

Tints of Sage #95A46E

Color information

#95A46E (or 0x95A46E) is unknown color: approx Sage. HEX triplet: 95, A4 and 6E. RGB value is (149,164,110). Sum of RGB (Red+Green+Blue) = 149+164+110=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #95A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A46E is #6A5B91. Grayscale: #999999. Windows color (decimal): -6970258 or 7251093. OLE color: 7251093.

HSL color Cylindrical-coordinate representation of color #95A46E: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95A46E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB149164110-
CMYK0.0900.330.36
HSL76.67º22.88%53.73%-
HSV(B)76.67º32.93%64.31%-
XYZ28.4834.0719.83-
YUV153.36103.53124.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=35.22%
G=38.77%
B=26.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491641100.0900.330.3676.6722.8853.73
Hex95A46E9021244d1736
Octal22524415611041441152766
Binary1001010110100100110111010010100001100100100110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A46E; }

 p { color: rgb(149,164,110); }

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

<style>
 a { background-color: #95A46E; }

 a { background-color: rgb(149,164,110); }

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

<style>
 span { border-color: #95A46E; }

 span { border-color: rgb(149,164,110); }

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