#92997C

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

Shades of Sage #92997C

Tints of Sage #92997C

Color information

#92997C (or 0x92997C) is unknown color: approx Sage. HEX triplet: 92, 99 and 7C. RGB value is (146,153,124). Sum of RGB (Red+Green+Blue) = 146+153+124=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #92997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92997C is #6D6683. Grayscale: #939393. Windows color (decimal): -7169668 or 8165778. OLE color: 8165778.

HSL color Cylindrical-coordinate representation of color #92997C: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92997C is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB146153124-
CMYK0.0500.190.4
HSL74.48º12.45%54.31%-
HSV(B)74.48º18.95%60%-
XYZ26.8830.3523.51-
YUV147.6114.68126.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=34.52%
G=36.17%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531240.0500.190.474.4812.4554.31
Hex92997C5013284ac36
Octal2222311745023501121466
Binary1001001010011001111110010101001110100010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92997C; }

 p { color: rgb(146,153,124); }

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

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

 a { background-color: rgb(146,153,124); }

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

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

 span { border-color: rgb(146,153,124); }

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