#92987C

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

Shades of Sage #92987C

Tints of Sage #92987C

Color information

#92987C (or 0x92987C) is unknown color: approx Sage. HEX triplet: 92, 98 and 7C. RGB value is (146,152,124). Sum of RGB (Red+Green+Blue) = 146+152+124=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #92987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92987C is #6D6783. Grayscale: #939393. Windows color (decimal): -7169924 or 8165522. OLE color: 8165522.

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

Color convert

RGB146152124-
CMYK0.0400.180.40
HSL72.86º11.97%54.12%-
HSV(B)72.86º18.42%59.61%-
XYZ26.7230.0223.46-
YUV147.01115.01127.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 152 (59.77% from 255) = 36.02%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=34.60%
G=36.02%
B=29.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521240.0400.180.4072.8611.9754.12
Hex92987C40122849c36
Octal2222301744022501111466
Binary1001001010011000111110010001001010100010010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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