Html Css Color HEX #83B916 Lima

📋 copy color: '#83B916'

red 131 ◦ green 185 ◦ blue 22

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

Shades of Lima #83B916

Tints of Lima #83B916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 38.76%
G = 54.73%
B = 6.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#83B916 (or 0x83B916) is known color: Lima. HEX triplet: 83, B9 and 16. RGB value is (131,185,22). Sum of RGB (Red+Green+Blue) = 131+185+22=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #83B916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B916 is #7C46E9. Grayscale: #969696. Windows color (decimal): -8144618 or 1489283. OLE color: 1489283.

HSL color Cylindrical-coordinate representation of color #83B916: hue angle of 79.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83B916 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 22 -
CMYK 0.29 0 0.88 0.27
HSL 79.88º 0.79% 0.41% -
HSV(B) 79.88º 0.88% 0.73% -
XYZ 26.85 39.58 6.98 -
YUV 150.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 131 185 22 0.29 0 0.88 0.27 79.88 0.79 0.41
Hex 83 B9 16 1D 0 58 1B 50 4F 29
Octal 203 271 26 35 0 130 33 120 117 51
Binary 10000011 10111001 10110 11101 0 1011000 11011 1010000 1001111 101001

Color Harmonies of #83B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B916

Black with #83B916

Text Example


Text Example

White with #83B916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,22); }

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

background-color css

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

 a { background-color: rgb(131,185,22); }

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

border-color css

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

 span { border-color: rgb(131,185,22); }

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