Html Css Color HEX #86BC34 Limerick

📋 copy color: '#86BC34'

red 134 ◦ green 188 ◦ blue 52

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

Shades of Limerick #86BC34

Tints of Limerick #86BC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 35.83%
G = 50.27%
B = 13.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#86BC34 (or 0x86BC34) is known color: Limerick. HEX triplet: 86, BC and 34. RGB value is (134,188,52). Sum of RGB (Red+Green+Blue) = 134+188+52=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC34 is #7943CB. Grayscale: #9C9C9C. Windows color (decimal): -7947212 or 3456134. OLE color: 3456134.

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

Color convert

RGB 134 188 52 -
CMYK 0.29 0 0.72 0.26
HSL 83.82º 0.57% 0.47% -
HSV(B) 83.82º 0.72% 0.74% -
XYZ 28.43 41.28 9.72 -
YUV 156.35 69.11 112.06 -
System Red Green Blue C M Y K H S L
Decimal 134 188 52 0.29 0 0.72 0.26 83.82 0.57 0.47
Hex 86 BC 34 1D 0 48 1A 54 39 2F
Octal 206 274 64 35 0 110 32 124 71 57
Binary 10000110 10111100 110100 11101 0 1001000 11010 1010100 111001 101111

Color Harmonies of #86BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC34

Black with #86BC34

Text Example


Text Example

White with #86BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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