#92957B

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

Shades of Sage #92957B

Tints of Sage #92957B

Color information

#92957B (or 0x92957B) is unknown color: approx Sage. HEX triplet: 92, 95 and 7B. RGB value is (146,149,123). Sum of RGB (Red+Green+Blue) = 146+149+123=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #92957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92957B is #6D6A84. Grayscale: #919191. Windows color (decimal): -7170693 or 8099218. OLE color: 8099218.

HSL color Cylindrical-coordinate representation of color #92957B: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92957B is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB146149123-
CMYK0.0200.170.42
HSL66.92º10.92%53.33%-
HSV(B)66.92º17.45%58.43%-
XYZ26.1829.0422.96-
YUV145.14115.51128.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=34.93%
G=35.65%
B=29.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461491230.0200.170.4266.9210.9253.33
Hex92957B20112A43b35
Octal2222251732021521031365
Binary100100101001010111110111001000110101010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92957B; }

 p { color: rgb(146,149,123); }

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

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

 a { background-color: rgb(146,149,123); }

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

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

 span { border-color: rgb(146,149,123); }

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