#929682

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

Shades of Sage #929682

Tints of Sage #929682

Color information

#929682 (or 0x929682) is unknown color: approx Sage. HEX triplet: 92, 96 and 82. RGB value is (146,150,130). Sum of RGB (Red+Green+Blue) = 146+150+130=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #929682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929682 is #6D697D. Grayscale: #929292. Windows color (decimal): -7170430 or 8558226. OLE color: 8558226.

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

Color convert

RGB146150130-
CMYK0.0300.130.41
HSL72º8.7%54.9%-
HSV(B)72º13.33%58.82%-
XYZ26.7929.5425.41-
YUV146.52118.67127.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=34.27%
G=35.21%
B=30.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501300.0300.130.41728.754.9
Hex92968230D2948937
Octal2222262023015511101167
Binary100100101001011010000010110110110100110010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929682; }

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

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

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

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

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

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

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

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