Html Css Color HEX #83A21F Limerick

📋 copy color: '#83A21F'

red 131 ◦ green 162 ◦ blue 31

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

Shades of Limerick #83A21F

Tints of Limerick #83A21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 40.43%
G = 50%
B = 9.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#83A21F (or 0x83A21F) is known color: Limerick. HEX triplet: 83, A2 and 1F. RGB value is (131,162,31). Sum of RGB (Red+Green+Blue) = 131+162+31=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #83A21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A21F is #7C5DE0. Grayscale: #8A8A8A. Windows color (decimal): -8150497 or 2073219. OLE color: 2073219.

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

Color convert

RGB 131 162 31 -
CMYK 0.19 0 0.81 0.36
HSL 74.2º 0.68% 0.38% -
HSV(B) 74.2º 0.81% 0.64% -
XYZ 22.53 30.76 6.05 -
YUV 137.8 67.73 123.15 -
System Red Green Blue C M Y K H S L
Decimal 131 162 31 0.19 0 0.81 0.36 74.2 0.68 0.38
Hex 83 A2 1F 13 0 51 24 4A 44 26
Octal 203 242 37 23 0 121 44 112 104 46
Binary 10000011 10100010 11111 10011 0 1010001 100100 1001010 1000100 100110

Color Harmonies of #83A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A21F

Black with #83A21F

Text Example


Text Example

White with #83A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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