Html Css Color HEX #86BC36 Limerick

📋 copy color: '#86BC36'

red 134 ◦ green 188 ◦ blue 54

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

Shades of Limerick #86BC36

Tints of Limerick #86BC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 35.64%
G = 50%
B = 14.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#86BC36 (or 0x86BC36) is known color: Limerick. HEX triplet: 86, BC and 36. RGB value is (134,188,54). Sum of RGB (Red+Green+Blue) = 134+188+54=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC36 is #7943C9. Grayscale: #9D9D9D. Windows color (decimal): -7947210 or 3587206. OLE color: 3587206.

HSL color Cylindrical-coordinate representation of color #86BC36: hue angle of 84.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86BC36 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 54 -
CMYK 0.29 0 0.71 0.26
HSL 84.18º 0.55% 0.47% -
HSV(B) 84.18º 0.71% 0.74% -
XYZ 28.48 41.3 9.96 -
YUV 156.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 134 188 54 0.29 0 0.71 0.26 84.18 0.55 0.47
Hex 86 BC 36 1D 0 47 1A 54 37 2F
Octal 206 274 66 35 0 107 32 124 67 57
Binary 10000110 10111100 110110 11101 0 1000111 11010 1010100 110111 101111

Color Harmonies of #86BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC36

Black with #86BC36

Text Example


Text Example

White with #86BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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