#83B431

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

Shades of Limerick #83B431

Tints of Limerick #83B431

Color information

#83B431 (or 0x83B431) is unknown color: approx Limerick. HEX triplet: 83, B4 and 31. RGB value is (131,180,49). Sum of RGB (Red+Green+Blue) = 131+180+49=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #83B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B431 is #7C4BCE. Grayscale: #969696. Windows color (decimal): -8145871 or 3257475. OLE color: 3257475.

HSL color Cylindrical-coordinate representation of color #83B431: hue angle of 82.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83B431 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB13118049-
CMYK0.2700.730.29
HSL82.44º57.21%44.9%-
HSV(B)82.44º72.78%70.59%-
XYZ26.2437.698.8-
YUV150.4270.77114.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 180 (70.70% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 13.61%
R=36.39%
G=50%
B=13.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180490.2700.730.2982.4457.2144.9
Hex83B4311B0491D52392d
Octal20326461330111351227155
Binary10000011101101001100011101101001001111011010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,49); }

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

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

 a { background-color: rgb(131,180,49); }

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

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

 span { border-color: rgb(131,180,49); }

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