Html Css Color HEX #929881 Sage

📋 copy color: '#929881'

red 146 ◦ green 152 ◦ blue 129

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

Shades of Sage #929881

Tints of Sage #929881

RGB

 RED value IS 146 (57.42% from 255) = 34.19%

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

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

R = 34.19%
G = 35.6%
B = 30.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#929881 (or 0x929881) is known color: Sage. HEX triplet: 92, 98 and 81. RGB value is (146,152,129). Sum of RGB (Red+Green+Blue) = 146+152+129=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #929881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929881 is #6D677E. Grayscale: #939393. Windows color (decimal): -7169919 or 8493202. OLE color: 8493202.

HSL color Cylindrical-coordinate representation of color #929881: hue angle of 75.65º 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 #929881 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 152 129 -
CMYK 0.04 0 0.15 0.40
HSL 75.65º 0.1% 0.55% -
HSV(B) 75.65º 0.15% 0.6% -
XYZ 27.04 30.15 25.16 -
YUV 147.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 146 152 129 0.04 0 0.15 0.40 75.65 0.1 0.55
Hex 92 98 81 4 0 F 28 4C A 37
Octal 222 230 201 4 0 17 50 114 12 67
Binary 10010010 10011000 10000001 100 0 1111 101000 1001100 1010 110111

Color Harmonies of #929881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929881

Black with #929881

Text Example


Text Example

White with #929881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929881; }

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

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

background-color css

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

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

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

border-color css

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

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

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