Html Css Color HEX #83AF20 Limerick

📋 copy color: '#83AF20'

red 131 ◦ green 175 ◦ blue 32

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

Shades of Limerick #83AF20

Tints of Limerick #83AF20

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.78%

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

R = 38.76%
G = 51.78%
B = 9.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#83AF20 (or 0x83AF20) is known color: Limerick. HEX triplet: 83, AF and 20. RGB value is (131,175,32). Sum of RGB (Red+Green+Blue) = 131+175+32=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF20 is #7C50DF. Grayscale: #929292. Windows color (decimal): -8147168 or 2142083. OLE color: 2142083.

HSL color Cylindrical-coordinate representation of color #83AF20: hue angle of 78.46º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83AF20 is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 32 -
CMYK 0.25 0 0.82 0.31
HSL 78.46º 0.69% 0.41% -
HSV(B) 78.46º 0.82% 0.69% -
XYZ 24.95 35.59 6.92 -
YUV 145.54 63.92 117.63 -
System Red Green Blue C M Y K H S L
Decimal 131 175 32 0.25 0 0.82 0.31 78.46 0.69 0.41
Hex 83 AF 20 19 0 52 1F 4E 45 29
Octal 203 257 40 31 0 122 37 116 105 51
Binary 10000011 10101111 100000 11001 0 1010010 11111 1001110 1000101 101001

Color Harmonies of #83AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF20

Black with #83AF20

Text Example


Text Example

White with #83AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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