#86AF22

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

Shades of Limerick #86AF22

Tints of Limerick #86AF22

Color information

#86AF22 (or 0x86AF22) is unknown color: approx Limerick. HEX triplet: 86, AF and 22. RGB value is (134,175,34). Sum of RGB (Red+Green+Blue) = 134+175+34=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF22 is #7950DD. Grayscale: #939393. Windows color (decimal): -7950558 or 2273158. OLE color: 2273158.

HSL color Cylindrical-coordinate representation of color #86AF22: hue angle of 77.45º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86AF22 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB13417534-
CMYK0.2300.810.31
HSL77.45º67.46%40.98%-
HSV(B)77.45º80.57%68.63%-
XYZ25.4535.847.09-
YUV146.6764.42118.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 34 (13.67% from 255) = 9.91%
R=39.07%
G=51.02%
B=9.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175340.2300.810.3177.4567.4640.98
Hex86AF22170511F4d4329
Octal206257422701213711510351
Binary100001101010111110001010111010100011111110011011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,175,34); }

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

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

 a { background-color: rgb(134,175,34); }

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

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

 span { border-color: rgb(134,175,34); }

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