#919882

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

Shades of Sage #919882

Tints of Sage #919882

Color information

#919882 (or 0x919882) is unknown color: approx Sage. HEX triplet: 91, 98 and 82. RGB value is (145,152,130). Sum of RGB (Red+Green+Blue) = 145+152+130=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #919882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919882 is #6E677D. Grayscale: #939393. Windows color (decimal): -7235454 or 8558737. OLE color: 8558737.

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

Color convert

RGB145152130-
CMYK0.0500.140.40
HSL79.09º9.65%55.29%-
HSV(B)79.09º14.47%59.61%-
XYZ26.9330.0925.51-
YUV147.4118.18126.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=33.96%
G=35.60%
B=30.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521300.0500.140.4079.099.6555.29
Hex91988250E284fa37
Octal2212302025016501171267
Binary1001000110011000100000101010111010100010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919882; }

 p { color: rgb(145,152,130); }

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

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

 a { background-color: rgb(145,152,130); }

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

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

 span { border-color: rgb(145,152,130); }

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