#86AD1C

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

Shades of Limerick #86AD1C

Tints of Limerick #86AD1C

Color information

#86AD1C (or 0x86AD1C) is unknown color: approx Limerick. HEX triplet: 86, AD and 1C. RGB value is (134,173,28). Sum of RGB (Red+Green+Blue) = 134+173+28=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD1C is #7952E3. Grayscale: #919191. Windows color (decimal): -7951076 or 1879430. OLE color: 1879430.

HSL color Cylindrical-coordinate representation of color #86AD1C: hue angle of 76.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86AD1C is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB13417328-
CMYK0.2300.840.32
HSL76.14º72.14%39.41%-
HSV(B)76.14º83.82%67.84%-
XYZ24.9835.046.55-
YUV144.8162.08120.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 28 (11.33% from 255) = 8.36%
R=40%
G=51.64%
B=8.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal134173280.2300.840.3276.1472.1439.41
Hex86AD1C17054204c4827
Octal206255342701244011411047
Binary100001101010110111100101110101010010000010011001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,28); }

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

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

 a { background-color: rgb(134,173,28); }

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

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

 span { border-color: rgb(134,173,28); }

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