Html Css Color HEX #88A580 Amulet

📋 copy color: '#88A580'

red 136 ◦ green 165 ◦ blue 128

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

Shades of Amulet #88A580

Tints of Amulet #88A580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 31.7%
G = 38.46%
B = 29.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#88A580 (or 0x88A580) is known color: Amulet. HEX triplet: 88, A5 and 80. RGB value is (136,165,128). Sum of RGB (Red+Green+Blue) = 136+165+128=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #88A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A580 is #775A7F. Grayscale: #989898. Windows color (decimal): -7821952 or 8430984. OLE color: 8430984.

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

Color convert

RGB 136 165 128 -
CMYK 0.18 0 0.22 0.35
HSL 107.03º 0.17% 0.57% -
HSV(B) 107.03º 0.22% 0.65% -
XYZ 27.5 33.7 25.48 -
YUV 152.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 136 165 128 0.18 0 0.22 0.35 107.03 0.17 0.57
Hex 88 A5 80 12 0 16 23 6B 11 39
Octal 210 245 200 22 0 26 43 153 21 71
Binary 10001000 10100101 10000000 10010 0 10110 100011 1101011 10001 111001

Color Harmonies of #88A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A580

Black with #88A580

Text Example


Text Example

White with #88A580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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