Html Css Color HEX #83A720 Limerick

📋 copy color: '#83A720'

red 131 ◦ green 167 ◦ blue 32

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

Shades of Limerick #83A720

Tints of Limerick #83A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.61%

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

R = 39.7%
G = 50.61%
B = 9.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#83A720 (or 0x83A720) is known color: Limerick. HEX triplet: 83, A7 and 20. RGB value is (131,167,32). Sum of RGB (Red+Green+Blue) = 131+167+32=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #83A720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A720 is #7C58DF. Grayscale: #8D8D8D. Windows color (decimal): -8149216 or 2140035. OLE color: 2140035.

HSL color Cylindrical-coordinate representation of color #83A720: hue angle of 76º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83A720 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 167 32 -
CMYK 0.22 0 0.81 0.35
HSL 76º 0.68% 0.39% -
HSV(B) 76º 0.81% 0.65% -
XYZ 23.44 32.57 6.42 -
YUV 140.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 131 167 32 0.22 0 0.81 0.35 76 0.68 0.39
Hex 83 A7 20 16 0 51 23 4C 44 27
Octal 203 247 40 26 0 121 43 114 104 47
Binary 10000011 10100111 100000 10110 0 1010001 100011 1001100 1000100 100111

Color Harmonies of #83A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A720

Black with #83A720

Text Example


Text Example

White with #83A720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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