Html Css Color HEX #83A82A Limerick

📋 copy color: '#83A82A'

red 131 ◦ green 168 ◦ blue 42

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

Shades of Limerick #83A82A

Tints of Limerick #83A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.27%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 38.42%
G = 49.27%
B = 12.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#83A82A (or 0x83A82A) is known color: Limerick. HEX triplet: 83, A8 and 2A. RGB value is (131,168,42). Sum of RGB (Red+Green+Blue) = 131+168+42=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #83A82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A82A is #7C57D5. Grayscale: #8F8F8F. Windows color (decimal): -8148950 or 2795651. OLE color: 2795651.

HSL color Cylindrical-coordinate representation of color #83A82A: hue angle of 77.62º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83A82A is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 42 -
CMYK 0.22 0 0.75 0.34
HSL 77.62º 0.6% 0.41% -
HSV(B) 77.62º 0.75% 0.66% -
XYZ 23.78 33 7.31 -
YUV 142.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 131 168 42 0.22 0 0.75 0.34 77.62 0.6 0.41
Hex 83 A8 2A 16 0 4B 22 4E 3C 29
Octal 203 250 52 26 0 113 42 116 74 51
Binary 10000011 10101000 101010 10110 0 1001011 100010 1001110 111100 101001

Color Harmonies of #83A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A82A

Black with #83A82A

Text Example


Text Example

White with #83A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,168,42); }

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

background-color css

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

 a { background-color: rgb(131,168,42); }

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

border-color css

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

 span { border-color: rgb(131,168,42); }

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