#949B83

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

Shades of Sage #949B83

Tints of Sage #949B83

Color information

#949B83 (or 0x949B83) is unknown color: approx Sage. HEX triplet: 94, 9B and 83. RGB value is (148,155,131). Sum of RGB (Red+Green+Blue) = 148+155+131=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 155 - color contains mainly: green. Hex color #949B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B83 is #6B647C. Grayscale: #969696. Windows color (decimal): -7038077 or 8625044. OLE color: 8625044.

HSL color Cylindrical-coordinate representation of color #949B83: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949B83 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB148155131-
CMYK0.0500.150.39
HSL77.5º10.71%56.08%-
HSV(B)77.5º15.48%60.78%-
XYZ28.0331.3826.05-
YUV150.17117.18126.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 155 (60.94% from 255) = 35.71%
BLUE value IS 131 (51.56% from 255) = 30.18%
R=34.10%
G=35.71%
B=30.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481551310.0500.150.3977.510.7156.08
Hex949B8350F274db38
Octal2242332035017471151370
Binary1001010010011011100000111010111110011110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949B83; }

 p { color: rgb(148,155,131); }

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

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

 a { background-color: rgb(148,155,131); }

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

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

 span { border-color: rgb(148,155,131); }

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