#92A16E

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

Shades of Sage #92A16E

Tints of Sage #92A16E

Color information

#92A16E (or 0x92A16E) is unknown color: approx Sage. HEX triplet: 92, A1 and 6E. RGB value is (146,161,110). Sum of RGB (Red+Green+Blue) = 146+161+110=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #92A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A16E is #6D5E91. Grayscale: #969696. Windows color (decimal): -7167634 or 7250322. OLE color: 7250322.

HSL color Cylindrical-coordinate representation of color #92A16E: hue angle of 77.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92A16E is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB146161110-
CMYK0.0900.320.37
HSL77.65º21.34%53.14%-
HSV(B)77.65º31.68%63.14%-
XYZ27.4132.7319.62-
YUV150.7105.03124.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=35.01%
G=38.61%
B=26.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1461611100.0900.320.3777.6521.3453.14
Hex92A16E9020254e1535
Octal22224115611040451162565
Binary1001001010100001110111010010100000100101100111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,161,110); }

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

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

 a { background-color: rgb(146,161,110); }

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

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

 span { border-color: rgb(146,161,110); }

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