#939883

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

Shades of Sage #939883

Tints of Sage #939883

Color information

#939883 (or 0x939883) is unknown color: approx Sage. HEX triplet: 93, 98 and 83. RGB value is (147,152,131). Sum of RGB (Red+Green+Blue) = 147+152+131=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #939883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939883 is #6C677C. Grayscale: #949494. Windows color (decimal): -7104381 or 8624275. OLE color: 8624275.

HSL color Cylindrical-coordinate representation of color #939883: hue angle of 74.29º degrees, saturation: 0.09, 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 #939883 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB147152131-
CMYK0.0300.140.40
HSL74.29º9.25%55.49%-
HSV(B)74.29º13.82%59.61%-
XYZ27.3630.325.88-
YUV148.11118.34127.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 131 (51.56% from 255) = 30.47%
R=34.19%
G=35.35%
B=30.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471521310.0300.140.4074.299.2555.49
Hex93988330E284a937
Octal2232302033016501121167
Binary100100111001100010000011110111010100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939883; }

 p { color: rgb(147,152,131); }

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

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

 a { background-color: rgb(147,152,131); }

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

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

 span { border-color: rgb(147,152,131); }

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