Html Css Color HEX #83A811 Lima

📋 copy color: '#83A811'

red 131 ◦ green 168 ◦ blue 17

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

Shades of Lima #83A811

Tints of Lima #83A811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 41.46%
G = 53.16%
B = 5.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#83A811 (or 0x83A811) is known color: Lima. HEX triplet: 83, A8 and 11. RGB value is (131,168,17). Sum of RGB (Red+Green+Blue) = 131+168+17=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #83A811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A811 is #7C57EE. Grayscale: #8C8C8C. Windows color (decimal): -8148975 or 1157251. OLE color: 1157251.

HSL color Cylindrical-coordinate representation of color #83A811: hue angle of 74.7º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83A811 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 168 17 -
CMYK 0.22 0 0.90 0.34
HSL 74.7º 0.82% 0.36% -
HSV(B) 74.7º 0.9% 0.66% -
XYZ 23.46 32.87 5.64 -
YUV 139.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 131 168 17 0.22 0 0.90 0.34 74.7 0.82 0.36
Hex 83 A8 11 16 0 5A 22 4B 52 24
Octal 203 250 21 26 0 132 42 113 122 44
Binary 10000011 10101000 10001 10110 0 1011010 100010 1001011 1010010 100100

Color Harmonies of #83A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A811

Black with #83A811

Text Example


Text Example

White with #83A811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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