#92A46E

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

Shades of Sage #92A46E

Tints of Sage #92A46E

Color information

#92A46E (or 0x92A46E) is unknown color: approx Sage. HEX triplet: 92, A4 and 6E. RGB value is (146,164,110). Sum of RGB (Red+Green+Blue) = 146+164+110=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #92A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A46E is #6D5B91. Grayscale: #989898. Windows color (decimal): -7166866 or 7251090. OLE color: 7251090.

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

Color convert

RGB146164110-
CMYK0.1100.330.36
HSL80º22.88%53.73%-
HSV(B)80º32.93%64.31%-
XYZ27.9433.7919.8-
YUV152.46104.04123.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=34.76%
G=39.05%
B=26.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641100.1100.330.368022.8853.73
Hex92A46EB02124501736
Octal22224415613041441202766
Binary1001001010100100110111010110100001100100101000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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