Html Css Color HEX #83BA17 Lima

📋 copy color: '#83BA17'

red 131 ◦ green 186 ◦ blue 23

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

Shades of Lima #83BA17

Tints of Lima #83BA17

RGB

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

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

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

R = 38.53%
G = 54.71%
B = 6.76%

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

#83BA17 (or 0x83BA17) is known color: Lima. HEX triplet: 83, BA and 17. RGB value is (131,186,23). Sum of RGB (Red+Green+Blue) = 131+186+23=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA17 is #7C45E8. Grayscale: #979797. Windows color (decimal): -8144361 or 1555075. OLE color: 1555075.

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

Color convert

RGB 131 186 23 -
CMYK 0.30 0 0.88 0.27
HSL 80.25º 0.78% 0.41% -
HSV(B) 80.25º 0.88% 0.73% -
XYZ 27.07 40 7.11 -
YUV 150.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 131 186 23 0.30 0 0.88 0.27 80.25 0.78 0.41
Hex 83 BA 17 1E 0 58 1B 50 4E 29
Octal 203 272 27 36 0 130 33 120 116 51
Binary 10000011 10111010 10111 11110 0 1011000 11011 1010000 1001110 101001

Color Harmonies of #83BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA17

Black with #83BA17

Text Example


Text Example

White with #83BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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