#83B43B

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

Shades of Limerick #83B43B

Tints of Limerick #83B43B

Color information

#83B43B (or 0x83B43B) is unknown color: approx Limerick. HEX triplet: 83, B4 and 3B. RGB value is (131,180,59). Sum of RGB (Red+Green+Blue) = 131+180+59=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #83B43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B43B is #7C4BC4. Grayscale: #979797. Windows color (decimal): -8145861 or 3912835. OLE color: 3912835.

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

Color convert

RGB13118059-
CMYK0.2700.670.29
HSL84.3º50.63%46.86%-
HSV(B)84.3º67.22%70.59%-
XYZ26.4737.7810.04-
YUV151.5675.77113.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=35.41%
G=48.65%
B=15.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180590.2700.670.2984.350.6346.86
Hex83B43B1B0431D54332f
Octal20326473330103351246357
Binary10000011101101001110111101101000011111011010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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