Html Css Color HEX #949881 Sage

📋 copy color: '#949881'

red 148 ◦ green 152 ◦ blue 129

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

Shades of Sage #949881

Tints of Sage #949881

RGB

 RED value IS 148 (58.2% from 255) = 34.5%

 GREEN value IS 152 (59.77% from 255) = 35.43%

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

R = 34.5%
G = 35.43%
B = 30.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#949881 (or 0x949881) is known color: Sage. HEX triplet: 94, 98 and 81. RGB value is (148,152,129). Sum of RGB (Red+Green+Blue) = 148+152+129=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #949881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949881 is #6B677E. Grayscale: #949494. Windows color (decimal): -7038847 or 8493204. OLE color: 8493204.

HSL color Cylindrical-coordinate representation of color #949881: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949881 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 129 -
CMYK 0.03 0 0.15 0.40
HSL 70.43º 0.1% 0.55% -
HSV(B) 70.43º 0.15% 0.6% -
XYZ 27.4 30.34 25.18 -
YUV 148.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 148 152 129 0.03 0 0.15 0.40 70.43 0.1 0.55
Hex 94 98 81 3 0 F 28 46 A 37
Octal 224 230 201 3 0 17 50 106 12 67
Binary 10010100 10011000 10000001 11 0 1111 101000 1000110 1010 110111

Color Harmonies of #949881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949881

Black with #949881

Text Example


Text Example

White with #949881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949881; }

 p { color: rgb(148,152,129); }

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

background-color css

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

 a { background-color: rgb(148,152,129); }

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

border-color css

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

 span { border-color: rgb(148,152,129); }

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