#92A273

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

Shades of Sage #92A273

Tints of Sage #92A273

Color information

#92A273 (or 0x92A273) is unknown color: approx Sage. HEX triplet: 92, A2 and 73. RGB value is (146,162,115). Sum of RGB (Red+Green+Blue) = 146+162+115=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #92A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A273 is #6D5D8C. Grayscale: #989898. Windows color (decimal): -7167373 or 7578258. OLE color: 7578258.

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

Color convert

RGB146162115-
CMYK0.1000.290.36
HSL80.43º20.17%54.31%-
HSV(B)80.43º29.01%63.53%-
XYZ27.8733.1921.16-
YUV151.86107.2123.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=34.52%
G=38.30%
B=27.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621150.1000.290.3680.4320.1754.31
Hex92A273A01D24501436
Octal22224216312035441202466
Binary100100101010001011100111010011101100100101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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