Html Css Color HEX #83AD20 Limerick

📋 copy color: '#83AD20'

red 131 ◦ green 173 ◦ blue 32

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

Shades of Limerick #83AD20

Tints of Limerick #83AD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 38.99%
G = 51.49%
B = 9.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#83AD20 (or 0x83AD20) is known color: Limerick. HEX triplet: 83, AD and 20. RGB value is (131,173,32). Sum of RGB (Red+Green+Blue) = 131+173+32=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AD20 is #7C52DF. Grayscale: #909090. Windows color (decimal): -8147680 or 2141571. OLE color: 2141571.

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

Color convert

RGB 131 173 32 -
CMYK 0.24 0 0.82 0.32
HSL 77.87º 0.69% 0.4% -
HSV(B) 77.87º 0.82% 0.68% -
XYZ 24.56 34.82 6.79 -
YUV 144.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 131 173 32 0.24 0 0.82 0.32 77.87 0.69 0.4
Hex 83 AD 20 18 0 52 20 4E 45 28
Octal 203 255 40 30 0 122 40 116 105 50
Binary 10000011 10101101 100000 11000 0 1010010 100000 1001110 1000101 101000

Color Harmonies of #83AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AD20

Black with #83AD20

Text Example


Text Example

White with #83AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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