Html Css Color HEX #95A281 Sage

📋 copy color: '#95A281'

red 149 ◦ green 162 ◦ blue 129

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

Shades of Sage #95A281

Tints of Sage #95A281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 33.86%
G = 36.82%
B = 29.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#95A281 (or 0x95A281) is known color: Sage. HEX triplet: 95, A2 and 81. RGB value is (149,162,129). Sum of RGB (Red+Green+Blue) = 149+162+129=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #95A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A281 is #6A5D7E. Grayscale: #9A9A9A. Windows color (decimal): -6970751 or 8495765. OLE color: 8495765.

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

Color convert

RGB 149 162 129 -
CMYK 0.08 0 0.20 0.36
HSL 83.64º 0.15% 0.57% -
HSV(B) 83.64º 0.2% 0.64% -
XYZ 29.28 33.82 25.75 -
YUV 154.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 149 162 129 0.08 0 0.20 0.36 83.64 0.15 0.57
Hex 95 A2 81 8 0 14 24 54 F 39
Octal 225 242 201 10 0 24 44 124 17 71
Binary 10010101 10100010 10000001 1000 0 10100 100100 1010100 1111 111001

Color Harmonies of #95A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A281

Black with #95A281

Text Example


Text Example

White with #95A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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