#88BC41

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

Shades of Atlantis #88BC41

Tints of Atlantis #88BC41

Color information

#88BC41 (or 0x88BC41) is unknown color: approx Atlantis. HEX triplet: 88, BC and 41. RGB value is (136,188,65). Sum of RGB (Red+Green+Blue) = 136+188+65=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BC41 is #7743BE. Grayscale: #9E9E9E. Windows color (decimal): -7816127 or 4308104. OLE color: 4308104.

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

Color convert

RGB13618865-
CMYK0.2800.650.26
HSL85.37º48.62%49.61%-
HSV(B)85.37º65.43%73.73%-
XYZ29.0941.5811.49-
YUV158.4375.27112-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.96%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=34.96%
G=48.33%
B=16.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136188650.2800.650.2685.3748.6249.61
Hex88BC411C0411A553132
Octal210274101340101321256162
Binary100010001011110010000011110001000001110101010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,188,65); }

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

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

 a { background-color: rgb(136,188,65); }

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

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

 span { border-color: rgb(136,188,65); }

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