Html Css Color HEX #86B219 Limerick

📋 copy color: '#86B219'

red 134 ◦ green 178 ◦ blue 25

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

Shades of Limerick #86B219

Tints of Limerick #86B219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

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

R = 39.76%
G = 52.82%
B = 7.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#86B219 (or 0x86B219) is known color: Limerick. HEX triplet: 86, B2 and 19. RGB value is (134,178,25). Sum of RGB (Red+Green+Blue) = 134+178+25=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #86B219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86B219 is #794DE6. Grayscale: #939393. Windows color (decimal): -7949799 or 1684102. OLE color: 1684102.

HSL color Cylindrical-coordinate representation of color #86B219: hue angle of 77.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86B219 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 178 25 -
CMYK 0.25 0 0.86 0.30
HSL 77.25º 0.75% 0.4% -
HSV(B) 77.25º 0.86% 0.7% -
XYZ 25.93 36.98 6.69 -
YUV 147.4 58.92 118.44 -
System Red Green Blue C M Y K H S L
Decimal 134 178 25 0.25 0 0.86 0.30 77.25 0.75 0.4
Hex 86 B2 19 19 0 56 1E 4D 4B 28
Octal 206 262 31 31 0 126 36 115 113 50
Binary 10000110 10110010 11001 11001 0 1010110 11110 1001101 1001011 101000

Color Harmonies of #86B219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B219

Black with #86B219

Text Example


Text Example

White with #86B219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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