#86B628

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

Shades of Limerick #86B628

Tints of Limerick #86B628

Color information

#86B628 (or 0x86B628) is unknown color: approx Limerick. HEX triplet: 86, B6 and 28. RGB value is (134,182,40). Sum of RGB (Red+Green+Blue) = 134+182+40=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #86B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B628 is #7949D7. Grayscale: #979797. Windows color (decimal): -7948760 or 2668166. OLE color: 2668166.

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

Color convert

RGB13418240-
CMYK0.2600.780.29
HSL80.28º63.96%43.53%-
HSV(B)80.28º78.02%71.37%-
XYZ26.9438.688.05-
YUV151.4665.1115.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 182 (71.48% from 255) = 51.12%
BLUE value IS 40 (16.02% from 255) = 11.24%
R=37.64%
G=51.12%
B=11.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182400.2600.780.2980.2863.9643.53
Hex86B6281A04E1D50402c
Octal206266503201163512010054
Binary100001101011011010100011010010011101110110100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,40); }

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

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

 a { background-color: rgb(134,182,40); }

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

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

 span { border-color: rgb(134,182,40); }

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