Html Css Color HEX #83A11F Limerick

📋 copy color: '#83A11F'

red 131 ◦ green 161 ◦ blue 31

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

Shades of Limerick #83A11F

Tints of Limerick #83A11F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.85%

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

R = 40.56%
G = 49.85%
B = 9.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#83A11F (or 0x83A11F) is known color: Limerick. HEX triplet: 83, A1 and 1F. RGB value is (131,161,31). Sum of RGB (Red+Green+Blue) = 131+161+31=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #83A11F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A11F is #7C5EE0. Grayscale: #898989. Windows color (decimal): -8150753 or 2072963. OLE color: 2072963.

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

Color convert

RGB 131 161 31 -
CMYK 0.19 0 0.81 0.37
HSL 73.85º 0.68% 0.38% -
HSV(B) 73.85º 0.81% 0.63% -
XYZ 22.35 30.41 5.99 -
YUV 137.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 131 161 31 0.19 0 0.81 0.37 73.85 0.68 0.38
Hex 83 A1 1F 13 0 51 25 4A 44 26
Octal 203 241 37 23 0 121 45 112 104 46
Binary 10000011 10100001 11111 10011 0 1010001 100101 1001010 1000100 100110

Color Harmonies of #83A11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A11F

Black with #83A11F

Text Example


Text Example

White with #83A11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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