#92AF8A

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

Shades of Mantle #92AF8A

Tints of Mantle #92AF8A

Color information

#92AF8A (or 0x92AF8A) is unknown color: approx Mantle. HEX triplet: 92, AF and 8A. RGB value is (146,175,138). Sum of RGB (Red+Green+Blue) = 146+175+138=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AF8A is #6D5075. Grayscale: #A2A2A2. Windows color (decimal): -7164022 or 9088914. OLE color: 9088914.

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

Color convert

RGB146175138-
CMYK0.1700.210.31
HSL107.03º18.78%61.37%-
HSV(B)107.03º21.14%68.63%-
XYZ31.7738.6129.82-
YUV162.11114.39116.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=31.81%
G=38.13%
B=30.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461751380.1700.210.31107.0318.7861.37
Hex92AF8A110151F6b133d
Octal22225721221025371532375
Binary1001001010101111100010101000101010111111110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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