#83B335

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

Shades of Limerick #83B335

Tints of Limerick #83B335

Color information

#83B335 (or 0x83B335) is unknown color: approx Limerick. HEX triplet: 83, B3 and 35. RGB value is (131,179,53). Sum of RGB (Red+Green+Blue) = 131+179+53=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #83B335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B335 is #7C4CCA. Grayscale: #969696. Windows color (decimal): -8146123 or 3519363. OLE color: 3519363.

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

Color convert

RGB13117953-
CMYK0.2700.700.30
HSL82.86º54.31%45.49%-
HSV(B)82.86º70.39%70.2%-
XYZ26.1237.329.2-
YUV150.2873.1114.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 179 (70.31% from 255) = 49.31%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=36.09%
G=49.31%
B=14.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal131179530.2700.700.3082.8654.3145.49
Hex83B3351B0461E53362d
Octal20326365330106361236655
Binary10000011101100111101011101101000110111101010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,179,53); }

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

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

 a { background-color: rgb(131,179,53); }

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

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

 span { border-color: rgb(131,179,53); }

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