#83BC33

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

Shades of Limerick #83BC33

Tints of Limerick #83BC33

Color information

#83BC33 (or 0x83BC33) is unknown color: approx Limerick. HEX triplet: 83, BC and 33. RGB value is (131,188,51). Sum of RGB (Red+Green+Blue) = 131+188+51=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC33 is #7C43CC. Grayscale: #9B9B9B. Windows color (decimal): -8143821 or 3390595. OLE color: 3390595.

HSL color Cylindrical-coordinate representation of color #83BC33: hue angle of 84.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83BC33 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB13118851-
CMYK0.3000.730.26
HSL84.96º57.32%46.86%-
HSV(B)84.96º72.87%73.73%-
XYZ27.9441.039.58-
YUV155.3469.12110.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 188 (73.83% from 255) = 50.81%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=35.41%
G=50.81%
B=13.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188510.3000.730.2684.9657.3246.86
Hex83BC331E0491A55392f
Octal20327463360111321257157
Binary10000011101111001100111111001001001110101010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,188,51); }

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

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

 a { background-color: rgb(131,188,51); }

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

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

 span { border-color: rgb(131,188,51); }

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