#83B53A

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

Shades of Limerick #83B53A

Tints of Limerick #83B53A

Color information

#83B53A (or 0x83B53A) is unknown color: approx Limerick. HEX triplet: 83, B5 and 3A. RGB value is (131,181,58). Sum of RGB (Red+Green+Blue) = 131+181+58=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #83B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B53A is #7C4AC5. Grayscale: #989898. Windows color (decimal): -8145606 or 3847555. OLE color: 3847555.

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

Color convert

RGB13118158-
CMYK0.2800.680.29
HSL84.39º51.46%46.86%-
HSV(B)84.39º67.96%70.98%-
XYZ26.6538.189.97-
YUV152.0374.94113-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=35.41%
G=48.92%
B=15.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131181580.2800.680.2984.3951.4646.86
Hex83B53A1C0441D54332f
Octal20326572340104351246357
Binary10000011101101011110101110001000100111011010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,181,58); }

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

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

 a { background-color: rgb(131,181,58); }

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

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

 span { border-color: rgb(131,181,58); }

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