Html Css Color HEX #95A873 Sage

📋 copy color: '#95A873'

red 149 ◦ green 168 ◦ blue 115

#95A873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #95A873

Tints of Sage #95A873

RGB

 RED value IS 149 (58.59% from 255) = 34.49%

 GREEN value IS 168 (66.02% from 255) = 38.89%

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 34.49%
G = 38.89%
B = 26.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#95A873 (or 0x95A873) is known color: Sage. HEX triplet: 95, A8 and 73. RGB value is (149,168,115). Sum of RGB (Red+Green+Blue) = 149+168+115=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #95A873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A873 is #6A578C. Grayscale: #9C9C9C. Windows color (decimal): -6969229 or 7579797. OLE color: 7579797.

HSL color Cylindrical-coordinate representation of color #95A873: hue angle of 81.51º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A873 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 168 115 -
CMYK 0.11 0 0.32 0.34
HSL 81.51º 0.23% 0.55% -
HSV(B) 81.51º 0.32% 0.66% -
XYZ 29.49 35.63 21.54 -
YUV 156.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 149 168 115 0.11 0 0.32 0.34 81.51 0.23 0.55
Hex 95 A8 73 B 0 20 22 52 17 37
Octal 225 250 163 13 0 40 42 122 27 67
Binary 10010101 10101000 1110011 1011 0 100000 100010 1010010 10111 110111

Color Harmonies of #95A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A873

Black with #95A873

Text Example


Text Example

White with #95A873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A873;
 }
 .AnyTagClassName
 {
   color: #95A873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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