Html Css Color HEX #83AE20 Limerick

📋 copy color: '#83AE20'

red 131 ◦ green 174 ◦ blue 32

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

Shades of Limerick #83AE20

Tints of Limerick #83AE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.63%

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

R = 38.87%
G = 51.63%
B = 9.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#83AE20 (or 0x83AE20) is known color: Limerick. HEX triplet: 83, AE and 20. RGB value is (131,174,32). Sum of RGB (Red+Green+Blue) = 131+174+32=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AE20 is #7C51DF. Grayscale: #919191. Windows color (decimal): -8147424 or 2141827. OLE color: 2141827.

HSL color Cylindrical-coordinate representation of color #83AE20: hue angle of 78.17º 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 #83AE20 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 174 32 -
CMYK 0.25 0 0.82 0.32
HSL 78.17º 0.69% 0.4% -
HSV(B) 78.17º 0.82% 0.68% -
XYZ 24.76 35.2 6.86 -
YUV 144.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 131 174 32 0.25 0 0.82 0.32 78.17 0.69 0.4
Hex 83 AE 20 19 0 52 20 4E 45 28
Octal 203 256 40 31 0 122 40 116 105 50
Binary 10000011 10101110 100000 11001 0 1010010 100000 1001110 1000101 101000

Color Harmonies of #83AE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE20

Black with #83AE20

Text Example


Text Example

White with #83AE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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