#86B62B

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

Shades of Limerick #86B62B

Tints of Limerick #86B62B

Color information

#86B62B (or 0x86B62B) is unknown color: approx Limerick. HEX triplet: 86, B6 and 2B. RGB value is (134,182,43). Sum of RGB (Red+Green+Blue) = 134+182+43=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #86B62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B62B is #7949D4. Grayscale: #989898. Windows color (decimal): -7948757 or 2864774. OLE color: 2864774.

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

Color convert

RGB13418243-
CMYK0.2600.760.29
HSL80.72º61.78%44.12%-
HSV(B)80.72º76.37%71.37%-
XYZ2738.78.33-
YUV151.866.6115.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 182 (71.48% from 255) = 50.70%
BLUE value IS 43 (17.19% from 255) = 11.98%
R=37.33%
G=50.70%
B=11.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182430.2600.760.2980.7261.7844.12
Hex86B62B1A04C1D513e2c
Octal20626653320114351217654
Binary10000110101101101010111101001001100111011010001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,43); }

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

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

 a { background-color: rgb(134,182,43); }

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

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

 span { border-color: rgb(134,182,43); }

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