#86B93D

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

Shades of Limerick #86B93D

Tints of Limerick #86B93D

Color information

#86B93D (or 0x86B93D) is unknown color: approx Limerick. HEX triplet: 86, B9 and 3D. RGB value is (134,185,61). Sum of RGB (Red+Green+Blue) = 134+185+61=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #86B93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B93D is #7946C2. Grayscale: #9C9C9C. Windows color (decimal): -7947971 or 4045190. OLE color: 4045190.

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

Color convert

RGB13418561-
CMYK0.2800.670.27
HSL84.68º50.41%48.24%-
HSV(B)84.68º67.03%72.55%-
XYZ28.0240.110.68-
YUV155.6274.6112.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 185 (72.66% from 255) = 48.68%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=35.26%
G=48.68%
B=16.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134185610.2800.670.2784.6850.4148.24
Hex86B93D1C0431B553230
Octal20627175340103331256260
Binary10000110101110011111011110001000011110111010101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,185,61); }

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

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

 a { background-color: rgb(134,185,61); }

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

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

 span { border-color: rgb(134,185,61); }

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