Html Css Color HEX #86BF20 Limerick

📋 copy color: '#86BF20'

red 134 ◦ green 191 ◦ blue 32

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

Shades of Limerick #86BF20

Tints of Limerick #86BF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.96%

R = 37.54%
G = 53.5%
B = 8.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#86BF20 (or 0x86BF20) is known color: Limerick. HEX triplet: 86, BF and 20. RGB value is (134,191,32). Sum of RGB (Red+Green+Blue) = 134+191+32=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #86BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BF20 is #7940DF. Grayscale: #9C9C9C. Windows color (decimal): -7946464 or 2146182. OLE color: 2146182.

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

Color convert

RGB 134 191 32 -
CMYK 0.30 0 0.83 0.25
HSL 81.51º 0.71% 0.44% -
HSV(B) 81.51º 0.83% 0.75% -
XYZ 28.72 42.43 8.04 -
YUV 155.83 58.12 112.43 -
System Red Green Blue C M Y K H S L
Decimal 134 191 32 0.30 0 0.83 0.25 81.51 0.71 0.44
Hex 86 BF 20 1E 0 53 19 52 47 2C
Octal 206 277 40 36 0 123 31 122 107 54
Binary 10000110 10111111 100000 11110 0 1010011 11001 1010010 1000111 101100

Color Harmonies of #86BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BF20

Black with #86BF20

Text Example


Text Example

White with #86BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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