#86B427

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

Shades of Limerick #86B427

Tints of Limerick #86B427

Color information

#86B427 (or 0x86B427) is unknown color: approx Limerick. HEX triplet: 86, B4 and 27. RGB value is (134,180,39). Sum of RGB (Red+Green+Blue) = 134+180+39=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #86B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B427 is #794BD8. Grayscale: #969696. Windows color (decimal): -7949273 or 2602118. OLE color: 2602118.

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

Color convert

RGB13418039-
CMYK0.2600.780.29
HSL79.57º64.38%42.94%-
HSV(B)79.57º78.33%70.59%-
XYZ26.5237.867.83-
YUV150.1765.26116.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 180 (70.70% from 255) = 50.99%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=37.96%
G=50.99%
B=11.05%

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
Decimal134180390.2600.780.2979.5764.3842.94
Hex86B4271A04E1D50402b
Octal206264473201163512010053
Binary100001101011010010011111010010011101110110100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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