#92A27F

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

Shades of Sage #92A27F

Tints of Sage #92A27F

Color information

#92A27F (or 0x92A27F) is unknown color: approx Sage. HEX triplet: 92, A2 and 7F. RGB value is (146,162,127). Sum of RGB (Red+Green+Blue) = 146+162+127=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #92A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A27F is #6D5D80. Grayscale: #999999. Windows color (decimal): -7167361 or 8364690. OLE color: 8364690.

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

Color convert

RGB146162127-
CMYK0.1000.220.36
HSL87.43º15.84%56.67%-
HSV(B)87.43º21.6%63.53%-
XYZ28.6133.4825.03-
YUV153.23113.2122.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 127 (50% from 255) = 29.20%
R=33.56%
G=37.24%
B=29.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461621270.1000.220.3687.4315.8456.67
Hex92A27FA01624571039
Octal22224217712026441272071
Binary100100101010001011111111010010110100100101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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