#92A27D

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

Shades of Sage #92A27D

Tints of Sage #92A27D

Color information

#92A27D (or 0x92A27D) is unknown color: approx Sage. HEX triplet: 92, A2 and 7D. RGB value is (146,162,125). Sum of RGB (Red+Green+Blue) = 146+162+125=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #92A27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A27D is #6D5D82. Grayscale: #999999. Windows color (decimal): -7167363 or 8233618. OLE color: 8233618.

HSL color Cylindrical-coordinate representation of color #92A27D: hue angle of 85.95º 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 #92A27D is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB146162125-
CMYK0.1000.230.36
HSL85.95º16.59%56.27%-
HSV(B)85.95º22.84%63.53%-
XYZ28.4833.4324.35-
YUV153112.2123.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=33.72%
G=37.41%
B=28.87%

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
Decimal1461621250.1000.230.3685.9516.5956.27
Hex92A27DA01724561138
Octal22224217512027441262170
Binary100100101010001011111011010010111100100101011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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