#83AC33

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

Shades of Limerick #83AC33

Tints of Limerick #83AC33

Color information

#83AC33 (or 0x83AC33) is unknown color: approx Limerick. HEX triplet: 83, AC and 33. RGB value is (131,172,51). Sum of RGB (Red+Green+Blue) = 131+172+51=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AC33 is #7C53CC. Grayscale: #929292. Windows color (decimal): -8147917 or 3386499. OLE color: 3386499.

HSL color Cylindrical-coordinate representation of color #83AC33: hue angle of 80.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83AC33 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB13117251-
CMYK0.2400.700.33
HSL80.33º54.26%43.73%-
HSV(B)80.33º70.35%67.45%-
XYZ24.7134.578.5-
YUV145.9574.42117.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 172 (67.58% from 255) = 48.59%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=37.01%
G=48.59%
B=14.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131172510.2400.700.3380.3354.2643.73
Hex83AC33180462150362c
Octal20325463300106411206654
Binary100000111010110011001111000010001101000011010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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