Html Css Color HEX #83A710 Lima

📋 copy color: '#83A710'

red 131 ◦ green 167 ◦ blue 16

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

Shades of Lima #83A710

Tints of Lima #83A710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.18%

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

R = 41.72%
G = 53.18%
B = 5.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#83A710 (or 0x83A710) is known color: Lima. HEX triplet: 83, A7 and 10. RGB value is (131,167,16). Sum of RGB (Red+Green+Blue) = 131+167+16=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #83A710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A710 is #7C58EF. Grayscale: #8B8B8B. Windows color (decimal): -8149232 or 1091459. OLE color: 1091459.

HSL color Cylindrical-coordinate representation of color #83A710: hue angle of 74.3º degrees, saturation: 0.83, 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 #83A710 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 167 16 -
CMYK 0.22 0 0.90 0.35
HSL 74.3º 0.83% 0.36% -
HSV(B) 74.3º 0.9% 0.65% -
XYZ 23.27 32.5 5.54 -
YUV 139.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 131 167 16 0.22 0 0.90 0.35 74.3 0.83 0.36
Hex 83 A7 10 16 0 5A 23 4A 53 24
Octal 203 247 20 26 0 132 43 112 123 44
Binary 10000011 10100111 10000 10110 0 1011010 100011 1001010 1010011 100100

Color Harmonies of #83A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A710

Black with #83A710

Text Example


Text Example

White with #83A710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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