Html Css Color HEX #929880 Sage

📋 copy color: '#929880'

red 146 ◦ green 152 ◦ blue 128

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

Shades of Sage #929880

Tints of Sage #929880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 34.27%
G = 35.68%
B = 30.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#929880 (or 0x929880) is known color: Sage. HEX triplet: 92, 98 and 80. RGB value is (146,152,128). Sum of RGB (Red+Green+Blue) = 146+152+128=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #929880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929880 is #6D677F. Grayscale: #939393. Windows color (decimal): -7169920 or 8427666. OLE color: 8427666.

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

Color convert

RGB 146 152 128 -
CMYK 0.04 0 0.16 0.40
HSL 75º 0.1% 0.55% -
HSV(B) 75º 0.16% 0.6% -
XYZ 26.98 30.13 24.82 -
YUV 147.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 146 152 128 0.04 0 0.16 0.40 75 0.1 0.55
Hex 92 98 80 4 0 10 28 4B A 37
Octal 222 230 200 4 0 20 50 113 12 67
Binary 10010010 10011000 10000000 100 0 10000 101000 1001011 1010 110111

Color Harmonies of #929880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929880

Black with #929880

Text Example


Text Example

White with #929880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929880; }

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

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

background-color css

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

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

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

border-color css

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

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

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