#83AF36

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

Shades of Limerick #83AF36

Tints of Limerick #83AF36

Color information

#83AF36 (or 0x83AF36) is unknown color: approx Limerick. HEX triplet: 83, AF and 36. RGB value is (131,175,54). Sum of RGB (Red+Green+Blue) = 131+175+54=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF36 is #7C50C9. Grayscale: #949494. Windows color (decimal): -8147146 or 3583875. OLE color: 3583875.

HSL color Cylindrical-coordinate representation of color #83AF36: hue angle of 81.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83AF36 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB13117554-
CMYK0.2500.690.31
HSL81.82º52.84%44.9%-
HSV(B)81.82º69.14%68.63%-
XYZ25.3635.759.05-
YUV148.0574.92115.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 54 (21.48% from 255) = 15%
R=36.39%
G=48.61%
B=15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175540.2500.690.3181.8252.8444.9
Hex83AF36190451F52352d
Octal20325766310105371226555
Binary10000011101011111101101100101000101111111010010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83AF36; }

 p { color: rgb(131,175,54); }

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

<style>
 a { background-color: #83AF36; }

 a { background-color: rgb(131,175,54); }

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

<style>
 span { border-color: #83AF36; }

 span { border-color: rgb(131,175,54); }

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