#92A471

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

Shades of Sage #92A471

Tints of Sage #92A471

Color information

#92A471 (or 0x92A471) is unknown color: approx Sage. HEX triplet: 92, A4 and 71. RGB value is (146,164,113). Sum of RGB (Red+Green+Blue) = 146+164+113=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #92A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A471 is #6D5B8E. Grayscale: #989898. Windows color (decimal): -7166863 or 7447698. OLE color: 7447698.

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

Color convert

RGB146164113-
CMYK0.1100.310.36
HSL81.18º21.89%54.31%-
HSV(B)81.18º31.1%64.31%-
XYZ28.1133.8520.68-
YUV152.8105.54123.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=34.52%
G=38.77%
B=26.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641130.1100.310.3681.1821.8954.31
Hex92A471B01F24511636
Octal22224416113037441212666
Binary100100101010010011100011011011111100100101000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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