#86BF3F

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

Shades of Atlantis #86BF3F

Tints of Atlantis #86BF3F

Color information

#86BF3F (or 0x86BF3F) is unknown color: approx Atlantis. HEX triplet: 86, BF and 3F. RGB value is (134,191,63). Sum of RGB (Red+Green+Blue) = 134+191+63=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF3F is #7940C0. Grayscale: #9F9F9F. Windows color (decimal): -7946433 or 4177798. OLE color: 4177798.

HSL color Cylindrical-coordinate representation of color #86BF3F: hue angle of 86.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86BF3F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB13419163-
CMYK0.3000.670.25
HSL86.72º50.39%49.8%-
HSV(B)86.72º67.02%74.9%-
XYZ29.3642.6911.39-
YUV159.3673.62109.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 191 (75% from 255) = 49.23%
BLUE value IS 63 (25% from 255) = 16.24%
R=34.54%
G=49.23%
B=16.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134191630.3000.670.2586.7250.3949.8
Hex86BF3F1E04319573232
Octal20627777360103311276262
Binary10000110101111111111111111001000011110011010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,63); }

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

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

 a { background-color: rgb(134,191,63); }

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

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

 span { border-color: rgb(134,191,63); }

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