Html Css Color HEX #83AD32 Limerick

📋 copy color: '#83AD32'

red 131 ◦ green 173 ◦ blue 50

#83AD32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #83AD32

Tints of Limerick #83AD32

RGB

 RED value IS 131 (51.56% from 255) = 37.01%

 GREEN value IS 173 (67.97% from 255) = 48.87%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 37.01%
G = 48.87%
B = 14.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#83AD32 (or 0x83AD32) is known color: Limerick. HEX triplet: 83, AD and 32. RGB value is (131,173,50). Sum of RGB (Red+Green+Blue) = 131+173+50=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD32 is #7C52CD. Grayscale: #929292. Windows color (decimal): -8147662 or 3321219. OLE color: 3321219.

HSL color Cylindrical-coordinate representation of color #83AD32: hue angle of 80.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83AD32 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 173 50 -
CMYK 0.24 0 0.71 0.32
HSL 80.49º 0.55% 0.44% -
HSV(B) 80.49º 0.71% 0.68% -
XYZ 24.88 34.94 8.45 -
YUV 146.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 131 173 50 0.24 0 0.71 0.32 80.49 0.55 0.44
Hex 83 AD 32 18 0 47 20 50 37 2C
Octal 203 255 62 30 0 107 40 120 67 54
Binary 10000011 10101101 110010 11000 0 1000111 100000 1010000 110111 101100

Color Harmonies of #83AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD32

Black with #83AD32

Text Example


Text Example

White with #83AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,173,50); }

 H1.HeaderClassName
 {
   color: #83AD32;
 }
 .AnyTagClassName
 {
   color: #83AD32;
 }
</style>

background-color css

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

 a { background-color: rgb(131,173,50); }

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

border-color css

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

 span { border-color: rgb(131,173,50); }

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