#86C021

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

Shades of Limerick #86C021

Tints of Limerick #86C021

Color information

#86C021 (or 0x86C021) is unknown color: approx Limerick. HEX triplet: 86, C0 and 21. RGB value is (134,192,33). Sum of RGB (Red+Green+Blue) = 134+192+33=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #86C021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C021 is #793FDE. Grayscale: #9D9D9D. Windows color (decimal): -7946207 or 2211974. OLE color: 2211974.

HSL color Cylindrical-coordinate representation of color #86C021: hue angle of 81.89º 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 #86C021 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB13419233-
CMYK0.3000.830.25
HSL81.89º70.67%44.12%-
HSV(B)81.89º82.81%75.29%-
XYZ28.9642.888.19-
YUV156.5358.28111.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 33 (13.28% from 255) = 9.19%
R=37.33%
G=53.48%
B=9.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134192330.3000.830.2581.8970.6744.12
Hex86C0211E0531952472c
Octal206300413601233112210754
Binary100001101100000010000111110010100111100110100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,192,33); }

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

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

 a { background-color: rgb(134,192,33); }

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

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

 span { border-color: rgb(134,192,33); }

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