#92A98A

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

Shades of Mantle #92A98A

Tints of Mantle #92A98A

Color information

#92A98A (or 0x92A98A) is unknown color: approx Mantle. HEX triplet: 92, A9 and 8A. RGB value is (146,169,138). Sum of RGB (Red+Green+Blue) = 146+169+138=453 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.23% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 169 - color contains mainly: green. Hex color #92A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A98A is #6D5675. Grayscale: #9E9E9E. Windows color (decimal): -7165558 or 9087378. OLE color: 9087378.

HSL color Cylindrical-coordinate representation of color #92A98A: hue angle of 104.52º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92A98A is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB146169138-
CMYK0.1400.180.34
HSL104.52º15.27%60.2%-
HSV(B)104.52º18.34%66.27%-
XYZ30.6336.3229.44-
YUV158.59116.38119.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.23%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=32.23%
G=37.31%
B=30.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691380.1400.180.34104.5215.2760.2
Hex92A98AE0122269f3c
Octal22225121216022421511774
Binary100100101010100110001010111001001010001011010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,169,138); }

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

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

 a { background-color: rgb(146,169,138); }

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

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

 span { border-color: rgb(146,169,138); }

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