Html Css Color HEX #86BD40 Atlantis

📋 copy color: '#86BD40'

red 134 ◦ green 189 ◦ blue 64

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

Shades of Atlantis #86BD40

Tints of Atlantis #86BD40

RGB

 RED value IS 134 (52.73% from 255) = 34.63%

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 34.63%
G = 48.84%
B = 16.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#86BD40 (or 0x86BD40) is known color: Atlantis. HEX triplet: 86, BD and 40. RGB value is (134,189,64). Sum of RGB (Red+Green+Blue) = 134+189+64=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #86BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BD40 is #7942BF. Grayscale: #9E9E9E. Windows color (decimal): -7946944 or 4242822. OLE color: 4242822.

HSL color Cylindrical-coordinate representation of color #86BD40: hue angle of 86.4º 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 #86BD40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 189 64 -
CMYK 0.29 0 0.66 0.26
HSL 86.4º 0.49% 0.5% -
HSV(B) 86.4º 0.66% 0.74% -
XYZ 28.95 41.83 11.4 -
YUV 158.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 134 189 64 0.29 0 0.66 0.26 86.4 0.49 0.5
Hex 86 BD 40 1D 0 42 1A 56 31 32
Octal 206 275 100 35 0 102 32 126 61 62
Binary 10000110 10111101 1000000 11101 0 1000010 11010 1010110 110001 110010

Color Harmonies of #86BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BD40

Black with #86BD40

Text Example


Text Example

White with #86BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86BD40;
 }
 .AnyTagClassName
 {
   color: #86BD40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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