#86B53B

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

Shades of Limerick #86B53B

Tints of Limerick #86B53B

Color information

#86B53B (or 0x86B53B) is unknown color: approx Limerick. HEX triplet: 86, B5 and 3B. RGB value is (134,181,59). Sum of RGB (Red+Green+Blue) = 134+181+59=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #86B53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B53B is #794AC4. Grayscale: #999999. Windows color (decimal): -7948997 or 3913094. OLE color: 3913094.

HSL color Cylindrical-coordinate representation of color #86B53B: hue angle of 83.11º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86B53B is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB13418159-
CMYK0.2600.670.29
HSL83.11º50.83%47.06%-
HSV(B)83.11º67.4%70.98%-
XYZ27.1438.4310.13-
YUV153.0474.93114.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.83%
GREEN value IS 181 (71.09% from 255) = 48.40%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=35.83%
G=48.40%
B=15.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134181590.2600.670.2983.1150.8347.06
Hex86B53B1A0431D53332f
Octal20626573320103351236357
Binary10000110101101011110111101001000011111011010011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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