#88BD40

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

Shades of Atlantis #88BD40

Tints of Atlantis #88BD40

Color information

#88BD40 (or 0x88BD40) is unknown color: approx Atlantis. HEX triplet: 88, BD and 40. RGB value is (136,189,64). Sum of RGB (Red+Green+Blue) = 136+189+64=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BD40 is #7742BF. Grayscale: #9F9F9F. Windows color (decimal): -7815872 or 4242824. OLE color: 4242824.

HSL color Cylindrical-coordinate representation of color #88BD40: hue angle of 85.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88BD40 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13618964-
CMYK0.2800.660.26
HSL85.44º49.41%49.61%-
HSV(B)85.44º66.14%74.12%-
XYZ29.284211.41-
YUV158.974.44111.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=34.96%
G=48.59%
B=16.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136189640.2800.660.2685.4449.4149.61
Hex88BD401C0421A553132
Octal210275100340102321256162
Binary100010001011110110000001110001000010110101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,189,64); }

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

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

 a { background-color: rgb(136,189,64); }

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

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

 span { border-color: rgb(136,189,64); }

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