#929782

Color #929782 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #929782

Tints of Sage #929782

Color information

#929782 (or 0x929782) is unknown color: approx Sage. HEX triplet: 92, 97 and 82. RGB value is (146,151,130). Sum of RGB (Red+Green+Blue) = 146+151+130=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #929782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929782 is #6D687D. Grayscale: #939393. Windows color (decimal): -7170174 or 8558482. OLE color: 8558482.

HSL color Cylindrical-coordinate representation of color #929782: hue angle of 74.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929782 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB146151130-
CMYK0.0300.140.41
HSL74.29º9.17%55.1%-
HSV(B)74.29º13.91%59.22%-
XYZ26.9529.8625.46-
YUV147.11118.34127.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=34.19%
G=35.36%
B=30.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461511300.0300.140.4174.299.1755.1
Hex92978230E294a937
Octal2222272023016511121167
Binary100100101001011110000010110111010100110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929782; }

 p { color: rgb(146,151,130); }

 H1.HeaderClassName
 {
   color: #929782;
 }
 .AnyTagClassName
 {
   color: #929782;
 }
</style>
background-color css

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

 a { background-color: rgb(146,151,130); }

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

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

 span { border-color: rgb(146,151,130); }

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