#86B72A

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

Shades of Limerick #86B72A

Tints of Limerick #86B72A

Color information

#86B72A (or 0x86B72A) is unknown color: approx Limerick. HEX triplet: 86, B7 and 2A. RGB value is (134,183,42). Sum of RGB (Red+Green+Blue) = 134+183+42=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #86B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B72A is #7948D5. Grayscale: #989898. Windows color (decimal): -7948502 or 2799494. OLE color: 2799494.

HSL color Cylindrical-coordinate representation of color #86B72A: hue angle of 80.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86B72A is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB13418342-
CMYK0.2700.770.28
HSL80.85º62.67%44.12%-
HSV(B)80.85º77.05%71.76%-
XYZ27.1839.18.31-
YUV152.2865.77114.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 183 (71.88% from 255) = 50.97%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=37.33%
G=50.97%
B=11.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134183420.2700.770.2880.8562.6744.12
Hex86B72A1B04D1C513f2c
Octal20626752330115341217754
Binary10000110101101111010101101101001101111001010001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,42); }

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

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

 a { background-color: rgb(134,183,42); }

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

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

 span { border-color: rgb(134,183,42); }

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