Html Css Color HEX #95A271 Sage

📋 copy color: '#95A271'

red 149 ◦ green 162 ◦ blue 113

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

Shades of Sage #95A271

Tints of Sage #95A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 35.14%
G = 38.21%
B = 26.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#95A271 (or 0x95A271) is known color: Sage. HEX triplet: 95, A2 and 71. RGB value is (149,162,113). Sum of RGB (Red+Green+Blue) = 149+162+113=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #95A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A271 is #6A5D8E. Grayscale: #989898. Windows color (decimal): -6970767 or 7447189. OLE color: 7447189.

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

Color convert

RGB 149 162 113 -
CMYK 0.08 0 0.30 0.36
HSL 75.92º 0.21% 0.54% -
HSV(B) 75.92º 0.3% 0.64% -
XYZ 28.3 33.42 20.58 -
YUV 152.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 149 162 113 0.08 0 0.30 0.36 75.92 0.21 0.54
Hex 95 A2 71 8 0 1E 24 4C 15 36
Octal 225 242 161 10 0 36 44 114 25 66
Binary 10010101 10100010 1110001 1000 0 11110 100100 1001100 10101 110110

Color Harmonies of #95A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A271

Black with #95A271

Text Example


Text Example

White with #95A271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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