Html Css Color HEX #90A382 Amulet

📋 copy color: '#90A382'

red 144 ◦ green 163 ◦ blue 130

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

Shades of Amulet #90A382

Tints of Amulet #90A382

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 32.95%
G = 37.3%
B = 29.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#90A382 (or 0x90A382) is known color: Amulet. HEX triplet: 90, A3 and 82. RGB value is (144,163,130). Sum of RGB (Red+Green+Blue) = 144+163+130=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #90A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A382 is #6F5C7D. Grayscale: #999999. Windows color (decimal): -7298174 or 8561552. OLE color: 8561552.

HSL color Cylindrical-coordinate representation of color #90A382: hue angle of 94.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90A382 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 163 130 -
CMYK 0.12 0 0.20 0.36
HSL 94.55º 0.15% 0.57% -
HSV(B) 94.55º 0.2% 0.64% -
XYZ 28.63 33.74 26.12 -
YUV 153.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 144 163 130 0.12 0 0.20 0.36 94.55 0.15 0.57
Hex 90 A3 82 C 0 14 24 5F F 39
Octal 220 243 202 14 0 24 44 137 17 71
Binary 10010000 10100011 10000010 1100 0 10100 100100 1011111 1111 111001

Color Harmonies of #90A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A382

Black with #90A382

Text Example


Text Example

White with #90A382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,130); }

 H1.HeaderClassName
 {
   color: #90A382;
 }
 .AnyTagClassName
 {
   color: #90A382;
 }
</style>

background-color css

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

 a { background-color: rgb(144,163,130); }

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

border-color css

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

 span { border-color: rgb(144,163,130); }

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