Html Css Color HEX #83B517 Lima

📋 copy color: '#83B517'

red 131 ◦ green 181 ◦ blue 23

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

Shades of Lima #83B517

Tints of Lima #83B517

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.03%

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 39.1%
G = 54.03%
B = 6.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#83B517 (or 0x83B517) is known color: Lima. HEX triplet: 83, B5 and 17. RGB value is (131,181,23). Sum of RGB (Red+Green+Blue) = 131+181+23=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #83B517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B517 is #7C4AE8. Grayscale: #949494. Windows color (decimal): -8145641 or 1553795. OLE color: 1553795.

HSL color Cylindrical-coordinate representation of color #83B517: hue angle of 78.99º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83B517 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 23 -
CMYK 0.28 0 0.87 0.29
HSL 78.99º 0.77% 0.4% -
HSV(B) 78.99º 0.87% 0.71% -
XYZ 26.04 37.93 6.76 -
YUV 148.04 57.44 115.85 -
System Red Green Blue C M Y K H S L
Decimal 131 181 23 0.28 0 0.87 0.29 78.99 0.77 0.4
Hex 83 B5 17 1C 0 57 1D 4F 4D 28
Octal 203 265 27 34 0 127 35 117 115 50
Binary 10000011 10110101 10111 11100 0 1010111 11101 1001111 1001101 101000

Color Harmonies of #83B517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B517

Black with #83B517

Text Example


Text Example

White with #83B517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,23); }

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

background-color css

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

 a { background-color: rgb(131,181,23); }

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

border-color css

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

 span { border-color: rgb(131,181,23); }

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