Html Css Color HEX #95A46E Sage

📋 copy color: '#95A46E'

red 149 ◦ green 164 ◦ blue 110

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

Shades of Sage #95A46E

Tints of Sage #95A46E

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%

R = 35.22%
G = 38.77%
B = 26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#95A46E (or 0x95A46E) is known color: 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

RGB 149 164 110 -
CMYK 0.09 0 0.33 0.36
HSL 76.67º 0.23% 0.54% -
HSV(B) 76.67º 0.33% 0.64% -
XYZ 28.48 34.07 19.83 -
YUV 153.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 149 164 110 0.09 0 0.33 0.36 76.67 0.23 0.54
Hex 95 A4 6E 9 0 21 24 4D 17 36
Octal 225 244 156 11 0 41 44 115 27 66
Binary 10010101 10100100 1101110 1001 0 100001 100100 1001101 10111 110110

Color Harmonies of #95A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A46E

Black with #95A46E

Text Example


Text Example

White with #95A46E

Text Example


Text Example

HTML Codes & Css Web 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>