#83A51F

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

Shades of Limerick #83A51F

Tints of Limerick #83A51F

Color information

#83A51F (or 0x83A51F) is unknown color: approx Limerick. HEX triplet: 83, A5 and 1F. RGB value is (131,165,31). Sum of RGB (Red+Green+Blue) = 131+165+31=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #83A51F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A51F is #7C5AE0. Grayscale: #8C8C8C. Windows color (decimal): -8149729 or 2073987. OLE color: 2073987.

HSL color Cylindrical-coordinate representation of color #83A51F: hue angle of 75.22º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83A51F is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB13116531-
CMYK0.2100.810.35
HSL75.22º68.37%38.43%-
HSV(B)75.22º81.21%64.71%-
XYZ23.0631.836.23-
YUV139.5666.74121.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=40.06%
G=50.46%
B=9.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131165310.2100.810.3575.2268.3738.43
Hex83A51F15051234b4426
Octal203245372501214311310446
Binary100000111010010111111101010101000110001110010111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,31); }

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

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

 a { background-color: rgb(131,165,31); }

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

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

 span { border-color: rgb(131,165,31); }

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