#86B83B

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

Shades of Limerick #86B83B

Tints of Limerick #86B83B

Color information

#86B83B (or 0x86B83B) is unknown color: approx Limerick. HEX triplet: 86, B8 and 3B. RGB value is (134,184,59). Sum of RGB (Red+Green+Blue) = 134+184+59=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #86B83B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B83B is #7947C4. Grayscale: #9B9B9B. Windows color (decimal): -7948229 or 3913862. OLE color: 3913862.

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

Color convert

RGB13418459-
CMYK0.2700.680.28
HSL84º51.44%47.65%-
HSV(B)84º67.93%72.16%-
XYZ27.7639.6710.33-
YUV154.873.94113.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.54%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 59 (23.44% from 255) = 15.65%
R=35.54%
G=48.81%
B=15.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134184590.2700.680.288451.4447.65
Hex86B83B1B0441C543330
Octal20627073330104341246360
Binary10000110101110001110111101101000100111001010100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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