Html Css Color HEX #88B478 Amulet

📋 copy color: '#88B478'

red 136 ◦ green 180 ◦ blue 120

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

Shades of Amulet #88B478

Tints of Amulet #88B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 31.19%
G = 41.28%
B = 27.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#88B478 (or 0x88B478) is known color: Amulet. HEX triplet: 88, B4 and 78. RGB value is (136,180,120). Sum of RGB (Red+Green+Blue) = 136+180+120=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #88B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B478 is #774B87. Grayscale: #A0A0A0. Windows color (decimal): -7818120 or 7910536. OLE color: 7910536.

HSL color Cylindrical-coordinate representation of color #88B478: hue angle of 104º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88B478 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 180 120 -
CMYK 0.24 0 0.33 0.29
HSL 104º 0.29% 0.59% -
HSV(B) 104º 0.33% 0.71% -
XYZ 29.86 39.23 23.77 -
YUV 160 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 136 180 120 0.24 0 0.33 0.29 104 0.29 0.59
Hex 88 B4 78 18 0 21 1D 68 1D 3B
Octal 210 264 170 30 0 41 35 150 35 73
Binary 10001000 10110100 1111000 11000 0 100001 11101 1101000 11101 111011

Color Harmonies of #88B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B478

Black with #88B478

Text Example


Text Example

White with #88B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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