#92B08E

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

Shades of Mantle #92B08E

Tints of Mantle #92B08E

Color information

#92B08E (or 0x92B08E) is unknown color: approx Mantle. HEX triplet: 92, B0 and 8E. RGB value is (146,176,142). Sum of RGB (Red+Green+Blue) = 146+176+142=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #92B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B08E is #6D4F71. Grayscale: #A3A3A3. Windows color (decimal): -7163762 or 9351314. OLE color: 9351314.

HSL color Cylindrical-coordinate representation of color #92B08E: hue angle of 112.94º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B08E is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB146176142-
CMYK0.1700.190.31
HSL112.94º17.71%62.35%-
HSV(B)112.94º19.32%69.02%-
XYZ32.2639.1131.44-
YUV163.15116.06115.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 176 (69.14% from 255) = 37.93%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=31.47%
G=37.93%
B=30.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461761420.1700.190.31112.9417.7162.35
Hex92B08E110131F71123e
Octal22226021621023371612276
Binary1001001010110000100011101000101001111111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,176,142); }

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

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

 a { background-color: rgb(146,176,142); }

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

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

 span { border-color: rgb(146,176,142); }

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