#88B878

Color #88B878 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #88B878

Tints of Amulet #88B878

Color information

#88B878 (or 0x88B878) is unknown color: approx Amulet. HEX triplet: 88, B8 and 78. RGB value is (136,184,120). Sum of RGB (Red+Green+Blue) = 136+184+120=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #88B878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B878 is #774787. Grayscale: #A2A2A2. Windows color (decimal): -7817096 or 7911560. OLE color: 7911560.

HSL color Cylindrical-coordinate representation of color #88B878: hue angle of 105º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88B878 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB136184120-
CMYK0.2600.350.28
HSL105º31.07%59.61%-
HSV(B)105º34.78%72.16%-
XYZ30.6840.8724.04-
YUV162.35104.1109.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.91%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 120 (47.27% from 255) = 27.27%
R=30.91%
G=41.82%
B=27.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1361841200.2600.350.2810531.0759.61
Hex88B8781A0231C691f3c
Octal21027017032043341513774
Binary1000100010111000111100011010010001111100110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,184,120); }

 H1.HeaderClassName
 {
   color: #88B878;
 }
 .AnyTagClassName
 {
   color: #88B878;
 }
</style>
background-color css

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

 a { background-color: rgb(136,184,120); }

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

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

 span { border-color: rgb(136,184,120); }

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