Html Css Color HEX #88A281 Amulet

📋 copy color: '#88A281'

red 136 ◦ green 162 ◦ blue 129

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

Shades of Amulet #88A281

Tints of Amulet #88A281

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 31.85%
G = 37.94%
B = 30.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#88A281 (or 0x88A281) is known color: Amulet. HEX triplet: 88, A2 and 81. RGB value is (136,162,129). Sum of RGB (Red+Green+Blue) = 136+162+129=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #88A281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A281 is #775D7E. Grayscale: #969696. Windows color (decimal): -7822719 or 8495752. OLE color: 8495752.

HSL color Cylindrical-coordinate representation of color #88A281: hue angle of 107.27º 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 #88A281 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 129 -
CMYK 0.16 0 0.20 0.36
HSL 107.27º 0.15% 0.57% -
HSV(B) 107.27º 0.2% 0.64% -
XYZ 27.04 32.66 25.65 -
YUV 150.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 136 162 129 0.16 0 0.20 0.36 107.27 0.15 0.57
Hex 88 A2 81 10 0 14 24 6B F 39
Octal 210 242 201 20 0 24 44 153 17 71
Binary 10001000 10100010 10000001 10000 0 10100 100100 1101011 1111 111001

Color Harmonies of #88A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A281

Black with #88A281

Text Example


Text Example

White with #88A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,162,129); }

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

background-color css

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

 a { background-color: rgb(136,162,129); }

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

border-color css

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

 span { border-color: rgb(136,162,129); }

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