Html Css Color HEX #88A570 Amulet

📋 copy color: '#88A570'

red 136 ◦ green 165 ◦ blue 112

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

Shades of Amulet #88A570

Tints of Amulet #88A570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 32.93%
G = 39.95%
B = 27.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#88A570 (or 0x88A570) is known color: Amulet. HEX triplet: 88, A5 and 70. RGB value is (136,165,112). Sum of RGB (Red+Green+Blue) = 136+165+112=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #88A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A570 is #775A8F. Grayscale: #969696. Windows color (decimal): -7821968 or 7382408. OLE color: 7382408.

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

Color convert

RGB 136 165 112 -
CMYK 0.18 0 0.32 0.35
HSL 92.83º 0.23% 0.54% -
HSV(B) 92.83º 0.32% 0.65% -
XYZ 26.53 33.31 20.36 -
YUV 150.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 136 165 112 0.18 0 0.32 0.35 92.83 0.23 0.54
Hex 88 A5 70 12 0 20 23 5D 17 36
Octal 210 245 160 22 0 40 43 135 27 66
Binary 10001000 10100101 1110000 10010 0 100000 100011 1011101 10111 110110

Color Harmonies of #88A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A570

Black with #88A570

Text Example


Text Example

White with #88A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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