#92A37D

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

Shades of Sage #92A37D

Tints of Sage #92A37D

Color information

#92A37D (or 0x92A37D) is unknown color: approx Sage. HEX triplet: 92, A3 and 7D. RGB value is (146,163,125). Sum of RGB (Red+Green+Blue) = 146+163+125=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #92A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A37D is #6D5C82. Grayscale: #999999. Windows color (decimal): -7167107 or 8233874. OLE color: 8233874.

HSL color Cylindrical-coordinate representation of color #92A37D: hue angle of 86.84º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A37D is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB146163125-
CMYK0.1000.230.36
HSL86.84º17.12%56.47%-
HSV(B)86.84º23.31%63.92%-
XYZ28.6533.7924.41-
YUV153.58111.87122.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 163 (64.06% from 255) = 37.56%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=33.64%
G=37.56%
B=28.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461631250.1000.230.3686.8417.1256.47
Hex92A37DA01724571138
Octal22224317512027441272170
Binary100100101010001111111011010010111100100101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A37D; }

 p { color: rgb(146,163,125); }

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

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

 a { background-color: rgb(146,163,125); }

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

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

 span { border-color: rgb(146,163,125); }

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