Html Css Color HEX #88A380 Amulet

📋 copy color: '#88A380'

red 136 ◦ green 163 ◦ blue 128

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

Shades of Amulet #88A380

Tints of Amulet #88A380

RGB

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

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

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

R = 31.85%
G = 38.17%
B = 29.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#88A380 (or 0x88A380) is known color: Amulet. HEX triplet: 88, A3 and 80. RGB value is (136,163,128). Sum of RGB (Red+Green+Blue) = 136+163+128=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #88A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A380 is #775C7F. Grayscale: #979797. Windows color (decimal): -7822464 or 8430472. OLE color: 8430472.

HSL color Cylindrical-coordinate representation of color #88A380: hue angle of 106.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A380 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 163 128 -
CMYK 0.17 0 0.21 0.36
HSL 106.29º 0.16% 0.57% -
HSV(B) 106.29º 0.21% 0.64% -
XYZ 27.15 32.99 25.36 -
YUV 150.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 136 163 128 0.17 0 0.21 0.36 106.29 0.16 0.57
Hex 88 A3 80 11 0 15 24 6A 10 39
Octal 210 243 200 21 0 25 44 152 20 71
Binary 10001000 10100011 10000000 10001 0 10101 100100 1101010 10000 111001

Color Harmonies of #88A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A380

Black with #88A380

Text Example


Text Example

White with #88A380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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