Html Css Color HEX #83BA1A Lima

📋 copy color: '#83BA1A'

red 131 ◦ green 186 ◦ blue 26

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

Shades of Lima #83BA1A

Tints of Lima #83BA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 38.19%
G = 54.23%
B = 7.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#83BA1A (or 0x83BA1A) is known color: Lima. HEX triplet: 83, BA and 1A. RGB value is (131,186,26). Sum of RGB (Red+Green+Blue) = 131+186+26=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA1A is #7C45E5. Grayscale: #979797. Windows color (decimal): -8144358 or 1751683. OLE color: 1751683.

HSL color Cylindrical-coordinate representation of color #83BA1A: hue angle of 80.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83BA1A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 186 26 -
CMYK 0.30 0 0.86 0.27
HSL 80.63º 0.75% 0.42% -
HSV(B) 80.63º 0.86% 0.73% -
XYZ 27.11 40.02 7.27 -
YUV 151.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 131 186 26 0.30 0 0.86 0.27 80.63 0.75 0.42
Hex 83 BA 1A 1E 0 56 1B 51 4B 2A
Octal 203 272 32 36 0 126 33 121 113 52
Binary 10000011 10111010 11010 11110 0 1010110 11011 1010001 1001011 101010

Color Harmonies of #83BA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA1A

Black with #83BA1A

Text Example


Text Example

White with #83BA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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