#90B485

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

Shades of Mantle #90B485

Tints of Mantle #90B485

Color information

#90B485 (or 0x90B485) is unknown color: approx Mantle. HEX triplet: 90, B4 and 85. RGB value is (144,180,133). Sum of RGB (Red+Green+Blue) = 144+180+133=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #90B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B485 is #6F4B7A. Grayscale: #A4A4A4. Windows color (decimal): -7293819 or 8762512. OLE color: 8762512.

HSL color Cylindrical-coordinate representation of color #90B485: hue angle of 105.96º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90B485 is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB144180133-
CMYK0.200.260.29
HSL105.96º23.86%61.37%-
HSV(B)105.96º26.11%70.59%-
XYZ32.0640.2728.27-
YUV163.88110.57113.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 133 (52.34% from 255) = 29.10%
R=31.51%
G=39.39%
B=29.10%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441801330.200.260.29105.9623.8661.37
Hex90B4851401A1D6a183d
Octal22026420524032351523075
Binary1001000010110100100001011010001101011101110101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90B485; }

 p { color: rgb(144,180,133); }

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

<style>
 a { background-color: #90B485; }

 a { background-color: rgb(144,180,133); }

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

<style>
 span { border-color: #90B485; }

 span { border-color: rgb(144,180,133); }

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