Html Css Color HEX #86BC1C Limerick

📋 copy color: '#86BC1C'

red 134 ◦ green 188 ◦ blue 28

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

Shades of Limerick #86BC1C

Tints of Limerick #86BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 38.29%
G = 53.71%
B = 8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#86BC1C (or 0x86BC1C) is known color: Limerick. HEX triplet: 86, BC and 1C. RGB value is (134,188,28). Sum of RGB (Red+Green+Blue) = 134+188+28=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC1C is #7943E3. Grayscale: #9A9A9A. Windows color (decimal): -7947236 or 1883270. OLE color: 1883270.

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

Color convert

RGB 134 188 28 -
CMYK 0.29 0 0.85 0.26
HSL 80.25º 0.74% 0.42% -
HSV(B) 80.25º 0.85% 0.74% -
XYZ 28.02 41.12 7.56 -
YUV 153.61 57.11 114.01 -
System Red Green Blue C M Y K H S L
Decimal 134 188 28 0.29 0 0.85 0.26 80.25 0.74 0.42
Hex 86 BC 1C 1D 0 55 1A 50 4A 2A
Octal 206 274 34 35 0 125 32 120 112 52
Binary 10000110 10111100 11100 11101 0 1010101 11010 1010000 1001010 101010

Color Harmonies of #86BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC1C

Black with #86BC1C

Text Example


Text Example

White with #86BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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