#86B02C

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

Shades of Limerick #86B02C

Tints of Limerick #86B02C

Color information

#86B02C (or 0x86B02C) is unknown color: approx Limerick. HEX triplet: 86, B0 and 2C. RGB value is (134,176,44). Sum of RGB (Red+Green+Blue) = 134+176+44=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #86B02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B02C is #794FD3. Grayscale: #949494. Windows color (decimal): -7950292 or 2928774. OLE color: 2928774.

HSL color Cylindrical-coordinate representation of color #86B02C: hue angle of 79.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86B02C is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB13417644-
CMYK0.2400.750.31
HSL79.09º60%43.14%-
HSV(B)79.09º75%69.02%-
XYZ25.8136.38.03-
YUV148.3969.09117.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 176 (69.14% from 255) = 49.72%
BLUE value IS 44 (17.58% from 255) = 12.43%
R=37.85%
G=49.72%
B=12.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134176440.2400.750.3179.096043.14
Hex86B02C1804B1F4f3c2b
Octal20626054300113371177453
Binary10000110101100001011001100001001011111111001111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,176,44); }

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

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

 a { background-color: rgb(134,176,44); }

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

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

 span { border-color: rgb(134,176,44); }

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