#83B436

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

Shades of Limerick #83B436

Tints of Limerick #83B436

Color information

#83B436 (or 0x83B436) is unknown color: approx Limerick. HEX triplet: 83, B4 and 36. RGB value is (131,180,54). Sum of RGB (Red+Green+Blue) = 131+180+54=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #83B436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B436 is #7C4BC9. Grayscale: #979797. Windows color (decimal): -8145866 or 3585155. OLE color: 3585155.

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

Color convert

RGB13118054-
CMYK0.2700.70.29
HSL83.33º53.85%45.88%-
HSV(B)83.33º70%70.59%-
XYZ26.3537.739.38-
YUV150.9973.27113.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 54 (21.48% from 255) = 14.79%
R=35.89%
G=49.32%
B=14.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131180540.2700.70.2983.3353.8545.88
Hex83B4361B0461D53362e
Octal20326466330106351236656
Binary10000011101101001101101101101000110111011010011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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