Html Css Color HEX #86AD39 Limerick

📋 copy color: '#86AD39'

red 134 ◦ green 173 ◦ blue 57

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

Shades of Limerick #86AD39

Tints of Limerick #86AD39

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.53%

 BLUE value IS 57 (22.66% from 255) = 15.66%

R = 36.81%
G = 47.53%
B = 15.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#86AD39 (or 0x86AD39) is known color: Limerick. HEX triplet: 86, AD and 39. RGB value is (134,173,57). Sum of RGB (Red+Green+Blue) = 134+173+57=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD39 is #7952C6. Grayscale: #949494. Windows color (decimal): -7951047 or 3779974. OLE color: 3779974.

HSL color Cylindrical-coordinate representation of color #86AD39: hue angle of 80.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86AD39 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 57 -
CMYK 0.23 0 0.67 0.32
HSL 80.17º 0.5% 0.45% -
HSV(B) 80.17º 0.67% 0.68% -
XYZ 25.51 35.25 9.33 -
YUV 148.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 134 173 57 0.23 0 0.67 0.32 80.17 0.5 0.45
Hex 86 AD 39 17 0 43 20 50 32 2D
Octal 206 255 71 27 0 103 40 120 62 55
Binary 10000110 10101101 111001 10111 0 1000011 100000 1010000 110010 101101

Color Harmonies of #86AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD39

Black with #86AD39

Text Example


Text Example

White with #86AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,57); }

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

background-color css

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

 a { background-color: rgb(134,173,57); }

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

border-color css

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

 span { border-color: rgb(134,173,57); }

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