#86B829

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

Shades of Limerick #86B829

Tints of Limerick #86B829

Color information

#86B829 (or 0x86B829) is unknown color: approx Limerick. HEX triplet: 86, B8 and 29. RGB value is (134,184,41). Sum of RGB (Red+Green+Blue) = 134+184+41=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #86B829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B829 is #7947D6. Grayscale: #999999. Windows color (decimal): -7948247 or 2734214. OLE color: 2734214.

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

Color convert

RGB13418441-
CMYK0.2700.780.28
HSL80.98º63.56%44.12%-
HSV(B)80.98º77.72%72.16%-
XYZ27.3739.518.28-
YUV152.7564.94114.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 184 (72.27% from 255) = 51.25%
BLUE value IS 41 (16.41% from 255) = 11.42%
R=37.33%
G=51.25%
B=11.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184410.2700.780.2880.9863.5644.12
Hex86B8291B04E1C51402c
Octal206270513301163412110054
Binary100001101011100010100111011010011101110010100011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,41); }

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

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

 a { background-color: rgb(134,184,41); }

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

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

 span { border-color: rgb(134,184,41); }

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