#86C226

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

Shades of Limerick #86C226

Tints of Limerick #86C226

Color information

#86C226 (or 0x86C226) is unknown color: approx Limerick. HEX triplet: 86, C2 and 26. RGB value is (134,194,38). Sum of RGB (Red+Green+Blue) = 134+194+38=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #86C226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C226 is #793DD9. Grayscale: #9E9E9E. Windows color (decimal): -7945690 or 2540166. OLE color: 2540166.

HSL color Cylindrical-coordinate representation of color #86C226: hue angle of 83.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86C226 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB13419438-
CMYK0.3100.800.24
HSL83.08º67.24%45.49%-
HSV(B)83.08º80.41%76.08%-
XYZ29.4743.798.73-
YUV158.2860.12110.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 194 (76.17% from 255) = 53.01%
BLUE value IS 38 (15.23% from 255) = 10.38%
R=36.61%
G=53.01%
B=10.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134194380.3100.800.2483.0867.2445.49
Hex86C2261F0501853432d
Octal206302463701203012310355
Binary100001101100001010011011111010100001100010100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,38); }

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

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

 a { background-color: rgb(134,194,38); }

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

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

 span { border-color: rgb(134,194,38); }

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