Html Css Color HEX #86B519 Limerick

📋 copy color: '#86B519'

red 134 ◦ green 181 ◦ blue 25

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

Shades of Limerick #86B519

Tints of Limerick #86B519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

 BLUE value IS 25 (10.16% from 255) = 7.35%

R = 39.41%
G = 53.24%
B = 7.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#86B519 (or 0x86B519) is known color: Limerick. HEX triplet: 86, B5 and 19. RGB value is (134,181,25). Sum of RGB (Red+Green+Blue) = 134+181+25=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #86B519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86B519 is #794AE6. Grayscale: #959595. Windows color (decimal): -7949031 or 1684870. OLE color: 1684870.

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

Color convert

RGB 134 181 25 -
CMYK 0.26 0 0.86 0.29
HSL 78.08º 0.76% 0.4% -
HSV(B) 78.08º 0.86% 0.71% -
XYZ 26.53 38.19 6.89 -
YUV 149.16 57.93 117.18 -
System Red Green Blue C M Y K H S L
Decimal 134 181 25 0.26 0 0.86 0.29 78.08 0.76 0.4
Hex 86 B5 19 1A 0 56 1D 4E 4C 28
Octal 206 265 31 32 0 126 35 116 114 50
Binary 10000110 10110101 11001 11010 0 1010110 11101 1001110 1001100 101000

Color Harmonies of #86B519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B519

Black with #86B519

Text Example


Text Example

White with #86B519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,181,25); }

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

background-color css

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

 a { background-color: rgb(134,181,25); }

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

border-color css

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

 span { border-color: rgb(134,181,25); }

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