Html Css Color HEX #83A510 Lima

📋 copy color: '#83A510'

red 131 ◦ green 165 ◦ blue 16

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

Shades of Lima #83A510

Tints of Lima #83A510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.88%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 41.99%
G = 52.88%
B = 5.13%

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

#83A510 (or 0x83A510) is known color: Lima. HEX triplet: 83, A5 and 10. RGB value is (131,165,16). Sum of RGB (Red+Green+Blue) = 131+165+16=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #83A510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A510 is #7C5AEF. Grayscale: #8A8A8A. Windows color (decimal): -8149744 or 1090947. OLE color: 1090947.

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

Color convert

RGB 131 165 16 -
CMYK 0.21 0 0.90 0.35
HSL 73.69º 0.82% 0.35% -
HSV(B) 73.69º 0.9% 0.65% -
XYZ 22.91 31.77 5.42 -
YUV 137.85 59.24 123.12 -
System Red Green Blue C M Y K H S L
Decimal 131 165 16 0.21 0 0.90 0.35 73.69 0.82 0.35
Hex 83 A5 10 15 0 5A 23 4A 52 23
Octal 203 245 20 25 0 132 43 112 122 43
Binary 10000011 10100101 10000 10101 0 1011010 100011 1001010 1010010 100011

Color Harmonies of #83A510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A510

Black with #83A510

Text Example


Text Example

White with #83A510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,165,16); }

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

background-color css

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

 a { background-color: rgb(131,165,16); }

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

border-color css

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

 span { border-color: rgb(131,165,16); }

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