#86B73A

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

Shades of Limerick #86B73A

Tints of Limerick #86B73A

Color information

#86B73A (or 0x86B73A) is unknown color: approx Limerick. HEX triplet: 86, B7 and 3A. RGB value is (134,183,58). Sum of RGB (Red+Green+Blue) = 134+183+58=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #86B73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B73A is #7948C5. Grayscale: #9A9A9A. Windows color (decimal): -7948486 or 3848070. OLE color: 3848070.

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

Color convert

RGB13418358-
CMYK0.2700.680.28
HSL83.52º51.87%47.25%-
HSV(B)83.52º68.31%71.76%-
XYZ27.5339.2410.13-
YUV154.173.77113.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=35.73%
G=48.8%
B=15.47%

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
Decimal134183580.2700.680.2883.5251.8747.25
Hex86B73A1B0441C54342f
Octal20626772330104341246457
Binary10000110101101111110101101101000100111001010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,183,58); }

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

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

 a { background-color: rgb(134,183,58); }

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

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

 span { border-color: rgb(134,183,58); }

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