#86B43E

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

Shades of Limerick #86B43E

Tints of Limerick #86B43E

Color information

#86B43E (or 0x86B43E) is unknown color: approx Limerick. HEX triplet: 86, B4 and 3E. RGB value is (134,180,62). Sum of RGB (Red+Green+Blue) = 134+180+62=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #86B43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B43E is #794BC1. Grayscale: #999999. Windows color (decimal): -7949250 or 4109446. OLE color: 4109446.

HSL color Cylindrical-coordinate representation of color #86B43E: hue angle of 83.39º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86B43E is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB13418062-
CMYK0.2600.660.29
HSL83.39º48.76%47.45%-
HSV(B)83.39º65.56%70.59%-
XYZ27.0238.0610.48-
YUV152.7976.76114.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 180 (70.70% from 255) = 47.87%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=35.64%
G=47.87%
B=16.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180620.2600.660.2983.3948.7647.45
Hex86B43E1A0421D53312f
Octal20626476320102351236157
Binary10000110101101001111101101001000010111011010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,62); }

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

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

 a { background-color: rgb(134,180,62); }

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

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

 span { border-color: rgb(134,180,62); }

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