Html Css Color HEX #83BA16 Lima

📋 copy color: '#83BA16'

red 131 ◦ green 186 ◦ blue 22

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

Shades of Lima #83BA16

Tints of Lima #83BA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

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

R = 38.64%
G = 54.87%
B = 6.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#83BA16 (or 0x83BA16) is known color: Lima. HEX triplet: 83, BA and 16. RGB value is (131,186,22). Sum of RGB (Red+Green+Blue) = 131+186+22=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA16 is #7C45E9. Grayscale: #979797. Windows color (decimal): -8144362 or 1489539. OLE color: 1489539.

HSL color Cylindrical-coordinate representation of color #83BA16: hue angle of 80.12º 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 #83BA16 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 22 -
CMYK 0.30 0 0.88 0.27
HSL 80.12º 0.79% 0.41% -
HSV(B) 80.12º 0.88% 0.73% -
XYZ 27.06 40 7.05 -
YUV 150.86 55.28 113.84 -
System Red Green Blue C M Y K H S L
Decimal 131 186 22 0.30 0 0.88 0.27 80.12 0.79 0.41
Hex 83 BA 16 1E 0 58 1B 50 4F 29
Octal 203 272 26 36 0 130 33 120 117 51
Binary 10000011 10111010 10110 11110 0 1011000 11011 1010000 1001111 101001

Color Harmonies of #83BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA16

Black with #83BA16

Text Example


Text Example

White with #83BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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