#92A47A

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

Shades of Sage #92A47A

Tints of Sage #92A47A

Color information

#92A47A (or 0x92A47A) is unknown color: approx Sage. HEX triplet: 92, A4 and 7A. RGB value is (146,164,122). Sum of RGB (Red+Green+Blue) = 146+164+122=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #92A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A47A is #6D5B85. Grayscale: #999999. Windows color (decimal): -7166854 or 8037522. OLE color: 8037522.

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

Color convert

RGB146164122-
CMYK0.1100.260.36
HSL85.71º18.75%56.08%-
HSV(B)85.71º25.61%64.31%-
XYZ28.6434.0723.48-
YUV153.83110.04122.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=33.80%
G=37.96%
B=28.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641220.1100.260.3685.7118.7556.08
Hex92A47AB01A24561338
Octal22224417213032441262370
Binary100100101010010011110101011011010100100101011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,164,122); }

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

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

 a { background-color: rgb(146,164,122); }

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

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

 span { border-color: rgb(146,164,122); }

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