Html Css Color HEX #83A614 Lima

📋 copy color: '#83A614'

red 131 ◦ green 166 ◦ blue 20

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

Shades of Lima #83A614

Tints of Lima #83A614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 41.32%
G = 52.37%
B = 6.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#83A614 (or 0x83A614) is known color: Lima. HEX triplet: 83, A6 and 14. RGB value is (131,166,20). Sum of RGB (Red+Green+Blue) = 131+166+20=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #83A614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A614 is #7C59EB. Grayscale: #8B8B8B. Windows color (decimal): -8149484 or 1353347. OLE color: 1353347.

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

Color convert

RGB 131 166 20 -
CMYK 0.21 0 0.88 0.35
HSL 74.38º 0.78% 0.36% -
HSV(B) 74.38º 0.88% 0.65% -
XYZ 23.12 32.15 5.65 -
YUV 138.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 131 166 20 0.21 0 0.88 0.35 74.38 0.78 0.36
Hex 83 A6 14 15 0 58 23 4A 4E 24
Octal 203 246 24 25 0 130 43 112 116 44
Binary 10000011 10100110 10100 10101 0 1011000 100011 1001010 1001110 100100

Color Harmonies of #83A614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A614

Black with #83A614

Text Example


Text Example

White with #83A614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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