#86B431

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

Shades of Limerick #86B431

Tints of Limerick #86B431

Color information

#86B431 (or 0x86B431) is unknown color: approx Limerick. HEX triplet: 86, B4 and 31. RGB value is (134,180,49). Sum of RGB (Red+Green+Blue) = 134+180+49=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #86B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B431 is #794BCE. Grayscale: #979797. Windows color (decimal): -7949263 or 3257478. OLE color: 3257478.

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

Color convert

RGB13418049-
CMYK0.2600.730.29
HSL81.07º57.21%44.9%-
HSV(B)81.07º72.78%70.59%-
XYZ26.7137.938.82-
YUV151.3170.26115.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 180 (70.70% from 255) = 49.59%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=36.91%
G=49.59%
B=13.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134180490.2600.730.2981.0757.2144.9
Hex86B4311A0491D51392d
Octal20626461320111351217155
Binary10000110101101001100011101001001001111011010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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