Html Css Color HEX #86BF29 Limerick

📋 copy color: '#86BF29'

red 134 ◦ green 191 ◦ blue 41

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

Shades of Limerick #86BF29

Tints of Limerick #86BF29

RGB

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

 GREEN value IS 191 (75% from 255) = 52.19%

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 36.61%
G = 52.19%
B = 11.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#86BF29 (or 0x86BF29) is known color: Limerick. HEX triplet: 86, BF and 29. RGB value is (134,191,41). Sum of RGB (Red+Green+Blue) = 134+191+41=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF29 is #7940D6. Grayscale: #9D9D9D. Windows color (decimal): -7946455 or 2736006. OLE color: 2736006.

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

Color convert

RGB 134 191 41 -
CMYK 0.30 0 0.79 0.25
HSL 82.8º 0.65% 0.45% -
HSV(B) 82.8º 0.79% 0.75% -
XYZ 28.86 42.49 8.78 -
YUV 156.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 134 191 41 0.30 0 0.79 0.25 82.8 0.65 0.45
Hex 86 BF 29 1E 0 4F 19 53 41 2D
Octal 206 277 51 36 0 117 31 123 101 55
Binary 10000110 10111111 101001 11110 0 1001111 11001 1010011 1000001 101101

Color Harmonies of #86BF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF29

Black with #86BF29

Text Example


Text Example

White with #86BF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,191,41); }

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

background-color css

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

 a { background-color: rgb(134,191,41); }

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

border-color css

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

 span { border-color: rgb(134,191,41); }

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