Html Css Color HEX #83A611 Lima

📋 copy color: '#83A611'

red 131 ◦ green 166 ◦ blue 17

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

Shades of Lima #83A611

Tints of Lima #83A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

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

R = 41.72%
G = 52.87%
B = 5.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#83A611 (or 0x83A611) is known color: Lima. HEX triplet: 83, A6 and 11. RGB value is (131,166,17). Sum of RGB (Red+Green+Blue) = 131+166+17=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #83A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A611 is #7C59EE. Grayscale: #8B8B8B. Windows color (decimal): -8149487 or 1156739. OLE color: 1156739.

HSL color Cylindrical-coordinate representation of color #83A611: hue angle of 74.09º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83A611 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 17 -
CMYK 0.21 0 0.90 0.35
HSL 74.09º 0.81% 0.36% -
HSV(B) 74.09º 0.9% 0.65% -
XYZ 23.1 32.14 5.52 -
YUV 138.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 131 166 17 0.21 0 0.90 0.35 74.09 0.81 0.36
Hex 83 A6 11 15 0 5A 23 4A 51 24
Octal 203 246 21 25 0 132 43 112 121 44
Binary 10000011 10100110 10001 10101 0 1011010 100011 1001010 1010001 100100

Color Harmonies of #83A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A611

Black with #83A611

Text Example


Text Example

White with #83A611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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