#86C53D

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

Shades of Atlantis #86C53D

Tints of Atlantis #86C53D

Color information

#86C53D (or 0x86C53D) is unknown color: approx Atlantis. HEX triplet: 86, C5 and 3D. RGB value is (134,197,61). Sum of RGB (Red+Green+Blue) = 134+197+61=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #86C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C53D is #793AC2. Grayscale: #A3A3A3. Windows color (decimal): -7944899 or 4048262. OLE color: 4048262.

HSL color Cylindrical-coordinate representation of color #86C53D: hue angle of 87.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86C53D is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB13419761-
CMYK0.3200.690.23
HSL87.79º53.97%50.59%-
HSV(B)87.79º69.04%77.25%-
XYZ30.6445.3411.55-
YUV162.6670.63107.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=34.18%
G=50.26%
B=15.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal134197610.3200.690.2387.7953.9750.59
Hex86C53D2004517583633
Octal20630575400105271306663
Binary100001101100010111110110000001000101101111011000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86C53D; }

 p { color: rgb(134,197,61); }

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

<style>
 a { background-color: #86C53D; }

 a { background-color: rgb(134,197,61); }

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

<style>
 span { border-color: #86C53D; }

 span { border-color: rgb(134,197,61); }

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