#83B73C

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

Shades of Limerick #83B73C

Tints of Limerick #83B73C

Color information

#83B73C (or 0x83B73C) is unknown color: approx Limerick. HEX triplet: 83, B7 and 3C. RGB value is (131,183,60). Sum of RGB (Red+Green+Blue) = 131+183+60=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #83B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B73C is #7C48C3. Grayscale: #999999. Windows color (decimal): -8145092 or 3979139. OLE color: 3979139.

HSL color Cylindrical-coordinate representation of color #83B73C: hue angle of 85.37º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83B73C is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB13118360-
CMYK0.2800.670.28
HSL85.37º50.62%47.65%-
HSV(B)85.37º67.21%71.76%-
XYZ27.1139.0210.38-
YUV153.4375.27112-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 60 (23.83% from 255) = 16.04%
R=35.03%
G=48.93%
B=16.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131183600.2800.670.2885.3750.6247.65
Hex83B73C1C0431C553330
Octal20326774340103341256360
Binary10000011101101111111001110001000011111001010101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,60); }

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

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

 a { background-color: rgb(131,183,60); }

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

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

 span { border-color: rgb(131,183,60); }

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