Html Css Color HEX #86BC41 Atlantis

📋 copy color: '#86BC41'

red 134 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #86BC41

Tints of Atlantis #86BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 34.63%
G = 48.58%
B = 16.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#86BC41 (or 0x86BC41) is known color: Atlantis. HEX triplet: 86, BC and 41. RGB value is (134,188,65). Sum of RGB (Red+Green+Blue) = 134+188+65=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC41 is #7943BE. Grayscale: #9E9E9E. Windows color (decimal): -7947199 or 4308102. OLE color: 4308102.

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

Color convert

RGB 134 188 65 -
CMYK 0.29 0 0.65 0.26
HSL 86.34º 0.49% 0.5% -
HSV(B) 86.34º 0.65% 0.74% -
XYZ 28.77 41.42 11.48 -
YUV 157.83 75.61 111 -
System Red Green Blue C M Y K H S L
Decimal 134 188 65 0.29 0 0.65 0.26 86.34 0.49 0.5
Hex 86 BC 41 1D 0 41 1A 56 31 32
Octal 206 274 101 35 0 101 32 126 61 62
Binary 10000110 10111100 1000001 11101 0 1000001 11010 1010110 110001 110010

Color Harmonies of #86BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC41

Black with #86BC41

Text Example


Text Example

White with #86BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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