#83B936

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

Shades of Limerick #83B936

Tints of Limerick #83B936

Color information

#83B936 (or 0x83B936) is unknown color: approx Limerick. HEX triplet: 83, B9 and 36. RGB value is (131,185,54). Sum of RGB (Red+Green+Blue) = 131+185+54=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #83B936 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B936 is #7C46C9. Grayscale: #9A9A9A. Windows color (decimal): -8144586 or 3586435. OLE color: 3586435.

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

Color convert

RGB13118554-
CMYK0.2900.710.27
HSL84.73º54.81%46.86%-
HSV(B)84.73º70.81%72.55%-
XYZ27.3739.799.73-
YUV153.9271.61111.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 185 (72.66% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 14.59%
R=35.41%
G=50%
B=14.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131185540.2900.710.2784.7354.8146.86
Hex83B9361D0471B55372f
Octal20327166350107331256757
Binary10000011101110011101101110101000111110111010101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,54); }

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

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

 a { background-color: rgb(131,185,54); }

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

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

 span { border-color: rgb(131,185,54); }

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