#86B23D

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

Shades of Limerick #86B23D

Tints of Limerick #86B23D

Color information

#86B23D (or 0x86B23D) is unknown color: approx Limerick. HEX triplet: 86, B2 and 3D. RGB value is (134,178,61). Sum of RGB (Red+Green+Blue) = 134+178+61=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #86B23D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B23D is #794DC2. Grayscale: #979797. Windows color (decimal): -7949763 or 4043398. OLE color: 4043398.

HSL color Cylindrical-coordinate representation of color #86B23D: hue angle of 82.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86B23D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB13417861-
CMYK0.2500.660.30
HSL82.56º48.95%46.86%-
HSV(B)82.56º65.73%69.8%-
XYZ26.5937.2510.2-
YUV151.5176.92115.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=35.92%
G=47.72%
B=16.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134178610.2500.660.3082.5648.9546.86
Hex86B23D190421E53312f
Octal20626275310102361236157
Binary10000110101100101111011100101000010111101010011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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