#83B032

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

Shades of Limerick #83B032

Tints of Limerick #83B032

Color information

#83B032 (or 0x83B032) is unknown color: approx Limerick. HEX triplet: 83, B0 and 32. RGB value is (131,176,50). Sum of RGB (Red+Green+Blue) = 131+176+50=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #83B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B032 is #7C4FCD. Grayscale: #949494. Windows color (decimal): -8146894 or 3321987. OLE color: 3321987.

HSL color Cylindrical-coordinate representation of color #83B032: hue angle of 81.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83B032 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB13117650-
CMYK0.2600.720.31
HSL81.43º55.75%44.31%-
HSV(B)81.43º71.59%69.02%-
XYZ25.4636.118.64-
YUV148.1872.59115.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=36.69%
G=49.30%
B=14.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131176500.2600.720.3181.4355.7544.31
Hex83B0321A0481F51382c
Octal20326062320110371217054
Binary10000011101100001100101101001001000111111010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,50); }

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

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

 a { background-color: rgb(131,176,50); }

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

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

 span { border-color: rgb(131,176,50); }

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