Html Css Color HEX #88A582 Amulet

📋 copy color: '#88A582'

red 136 ◦ green 165 ◦ blue 130

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

Shades of Amulet #88A582

Tints of Amulet #88A582

RGB

 RED value IS 136 (53.52% from 255) = 31.55%

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 31.55%
G = 38.28%
B = 30.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#88A582 (or 0x88A582) is known color: Amulet. HEX triplet: 88, A5 and 82. RGB value is (136,165,130). Sum of RGB (Red+Green+Blue) = 136+165+130=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 165 - color contains mainly: green. Hex color #88A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A582 is #775A7D. Grayscale: #989898. Windows color (decimal): -7821950 or 8562056. OLE color: 8562056.

HSL color Cylindrical-coordinate representation of color #88A582: hue angle of 109.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A582 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 165 130 -
CMYK 0.18 0 0.21 0.35
HSL 109.71º 0.16% 0.58% -
HSV(B) 109.71º 0.21% 0.65% -
XYZ 27.64 33.76 26.18 -
YUV 152.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 136 165 130 0.18 0 0.21 0.35 109.71 0.16 0.58
Hex 88 A5 82 12 0 15 23 6E 10 3A
Octal 210 245 202 22 0 25 43 156 20 72
Binary 10001000 10100101 10000010 10010 0 10101 100011 1101110 10000 111010

Color Harmonies of #88A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A582

Black with #88A582

Text Example


Text Example

White with #88A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88A582; }

 p { color: rgb(136,165,130); }

 H1.HeaderClassName
 {
   color: #88A582;
 }
 .AnyTagClassName
 {
   color: #88A582;
 }
</style>

background-color css

<style>
 a { background-color: #88A582; }

 a { background-color: rgb(136,165,130); }

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

border-color css

<style>
 span { border-color: #88A582; }

 span { border-color: rgb(136,165,130); }

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