Html Css Color HEX #86BC39 Limerick

📋 copy color: '#86BC39'

red 134 ◦ green 188 ◦ blue 57

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

Shades of Limerick #86BC39

Tints of Limerick #86BC39

RGB

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

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

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

R = 35.36%
G = 49.6%
B = 15.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#86BC39 (or 0x86BC39) is known color: Limerick. HEX triplet: 86, BC and 39. RGB value is (134,188,57). Sum of RGB (Red+Green+Blue) = 134+188+57=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC39 is #7943C6. Grayscale: #9D9D9D. Windows color (decimal): -7947207 or 3783814. OLE color: 3783814.

HSL color Cylindrical-coordinate representation of color #86BC39: hue angle of 84.73º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86BC39 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 57 -
CMYK 0.29 0 0.70 0.26
HSL 84.73º 0.53% 0.48% -
HSV(B) 84.73º 0.7% 0.74% -
XYZ 28.55 41.33 10.34 -
YUV 156.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 134 188 57 0.29 0 0.70 0.26 84.73 0.53 0.48
Hex 86 BC 39 1D 0 46 1A 55 35 30
Octal 206 274 71 35 0 106 32 125 65 60
Binary 10000110 10111100 111001 11101 0 1000110 11010 1010101 110101 110000

Color Harmonies of #86BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC39

Black with #86BC39

Text Example


Text Example

White with #86BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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