#95A273

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

Shades of Sage #95A273

Tints of Sage #95A273

Color information

#95A273 (or 0x95A273) is unknown color: approx Sage. HEX triplet: 95, A2 and 73. RGB value is (149,162,115). Sum of RGB (Red+Green+Blue) = 149+162+115=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #95A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A273 is #6A5D8C. Grayscale: #989898. Windows color (decimal): -6970765 or 7578261. OLE color: 7578261.

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

Color convert

RGB149162115-
CMYK0.0800.290.36
HSL76.6º20.17%54.31%-
HSV(B)76.6º29.01%63.53%-
XYZ28.4133.4721.18-
YUV152.76106.69125.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 162 (63.67% from 255) = 38.03%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=34.98%
G=38.03%
B=27.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621150.0800.290.3676.620.1754.31
Hex95A273801D244d1436
Octal22524216310035441152466
Binary100101011010001011100111000011101100100100110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,115); }

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

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

 a { background-color: rgb(149,162,115); }

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

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

 span { border-color: rgb(149,162,115); }

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