Html Css Color HEX #83A219 Limerick

📋 copy color: '#83A219'

red 131 ◦ green 162 ◦ blue 25

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

Shades of Limerick #83A219

Tints of Limerick #83A219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.94%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 41.19%
G = 50.94%
B = 7.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#83A219 (or 0x83A219) is known color: Limerick. HEX triplet: 83, A2 and 19. RGB value is (131,162,25). Sum of RGB (Red+Green+Blue) = 131+162+25=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #83A219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A219 is #7C5DE6. Grayscale: #898989. Windows color (decimal): -8150503 or 1680003. OLE color: 1680003.

HSL color Cylindrical-coordinate representation of color #83A219: hue angle of 73.58º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83A219 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 162 25 -
CMYK 0.19 0 0.85 0.36
HSL 73.58º 0.73% 0.37% -
HSV(B) 73.58º 0.85% 0.64% -
XYZ 22.46 30.74 5.67 -
YUV 137.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 131 162 25 0.19 0 0.85 0.36 73.58 0.73 0.37
Hex 83 A2 19 13 0 55 24 4A 49 25
Octal 203 242 31 23 0 125 44 112 111 45
Binary 10000011 10100010 11001 10011 0 1010101 100100 1001010 1001001 100101

Color Harmonies of #83A219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A219

Black with #83A219

Text Example


Text Example

White with #83A219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,162,25); }

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

background-color css

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

 a { background-color: rgb(131,162,25); }

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

border-color css

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

 span { border-color: rgb(131,162,25); }

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