#86B31F

Color #86B31F Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #86B31F

Tints of Limerick #86B31F

Color information

#86B31F (or 0x86B31F) is unknown color: approx Limerick. HEX triplet: 86, B3 and 1F. RGB value is (134,179,31). Sum of RGB (Red+Green+Blue) = 134+179+31=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #86B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B31F is #794CE0. Grayscale: #959595. Windows color (decimal): -7949537 or 2077574. OLE color: 2077574.

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

Color convert

RGB13417931-
CMYK0.2500.830.30
HSL78.24º70.48%41.18%-
HSV(B)78.24º82.68%70.2%-
XYZ26.237.417.14-
YUV148.6761.59117.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 179 (70.31% from 255) = 52.03%
BLUE value IS 31 (12.5% from 255) = 9.01%
R=38.95%
G=52.03%
B=9.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134179310.2500.830.3078.2470.4841.18
Hex86B31F190531E4e4629
Octal206263373101233611610651
Binary10000110101100111111111001010100111111010011101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,31); }

 H1.HeaderClassName
 {
   color: #86B31F;
 }
 .AnyTagClassName
 {
   color: #86B31F;
 }
</style>
background-color css

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

 a { background-color: rgb(134,179,31); }

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

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

 span { border-color: rgb(134,179,31); }

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