Html Css Color HEX #90958F Mantle

📋 copy color: '#90958F'

red 144 ◦ green 149 ◦ blue 143

#90958F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #90958F

Tints of Mantle #90958F

RGB

 RED value IS 144 (56.64% from 255) = 33.03%

 GREEN value IS 149 (58.59% from 255) = 34.17%

 BLUE value IS 143 (56.25% from 255) = 32.8%

R = 33.03%
G = 34.17%
B = 32.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#90958F (or 0x90958F) is known color: Mantle. HEX triplet: 90, 95 and 8F. RGB value is (144,149,143). Sum of RGB (Red+Green+Blue) = 144+149+143=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 149 - color contains mainly: green. Hex color #90958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90958F is #6F6A70. Grayscale: #929292. Windows color (decimal): -7301745 or 9409936. OLE color: 9409936.

HSL color Cylindrical-coordinate representation of color #90958F: hue angle of 110º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #90958F is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 143 -
CMYK 0.03 0 0.04 0.42
HSL 110º 0.03% 0.57% -
HSV(B) 110º 0.04% 0.58% -
XYZ 27.21 29.41 30.23 -
YUV 146.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 144 149 143 0.03 0 0.04 0.42 110 0.03 0.57
Hex 90 95 8F 3 0 4 2A 6E 3 39
Octal 220 225 217 3 0 4 52 156 3 71
Binary 10010000 10010101 10001111 11 0 100 101010 1101110 11 111001

Color Harmonies of #90958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90958F

Black with #90958F

Text Example


Text Example

White with #90958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90958F; }

 p { color: rgb(144,149,143); }

 H1.HeaderClassName
 {
   color: #90958F;
 }
 .AnyTagClassName
 {
   color: #90958F;
 }
</style>

background-color css

<style>
 a { background-color: #90958F; }

 a { background-color: rgb(144,149,143); }

 div.DivClassName
 {
   background-color: #90958F;
 }
 .BgClassName
 {
   background-color: #90958F;
 }
</style>

border-color css

<style>
 span { border-color: #90958F; }

 span { border-color: rgb(144,149,143); }

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