Html Css Color HEX #929981 Sage

📋 copy color: '#929981'

red 146 ◦ green 153 ◦ blue 129

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

Shades of Sage #929981

Tints of Sage #929981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

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

R = 34.11%
G = 35.75%
B = 30.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#929981 (or 0x929981) is known color: Sage. HEX triplet: 92, 99 and 81. RGB value is (146,153,129). Sum of RGB (Red+Green+Blue) = 146+153+129=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #929981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929981 is #6D667E. Grayscale: #949494. Windows color (decimal): -7169663 or 8493458. OLE color: 8493458.

HSL color Cylindrical-coordinate representation of color #929981: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #929981 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 129 -
CMYK 0.05 0 0.16 0.4
HSL 77.5º 0.11% 0.55% -
HSV(B) 77.5º 0.16% 0.6% -
XYZ 27.21 30.48 25.22 -
YUV 148.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 146 153 129 0.05 0 0.16 0.4 77.5 0.11 0.55
Hex 92 99 81 5 0 10 28 4E B 37
Octal 222 231 201 5 0 20 50 116 13 67
Binary 10010010 10011001 10000001 101 0 10000 101000 1001110 1011 110111

Color Harmonies of #929981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929981

Black with #929981

Text Example


Text Example

White with #929981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929981; }

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

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

background-color css

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

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

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

border-color css

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

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

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