Html Css Color HEX #83BC1A Lima

📋 copy color: '#83BC1A'

red 131 ◦ green 188 ◦ blue 26

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

Shades of Lima #83BC1A

Tints of Lima #83BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

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

R = 37.97%
G = 54.49%
B = 7.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#83BC1A (or 0x83BC1A) is known color: Lima. HEX triplet: 83, BC and 1A. RGB value is (131,188,26). Sum of RGB (Red+Green+Blue) = 131+188+26=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC1A is #7C43E5. Grayscale: #999999. Windows color (decimal): -8143846 or 1752195. OLE color: 1752195.

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

Color convert

RGB 131 188 26 -
CMYK 0.30 0 0.86 0.26
HSL 81.11º 0.76% 0.42% -
HSV(B) 81.11º 0.86% 0.74% -
XYZ 27.53 40.87 7.41 -
YUV 152.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 131 188 26 0.30 0 0.86 0.26 81.11 0.76 0.42
Hex 83 BC 1A 1E 0 56 1A 51 4C 2A
Octal 203 274 32 36 0 126 32 121 114 52
Binary 10000011 10111100 11010 11110 0 1010110 11010 1010001 1001100 101010

Color Harmonies of #83BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC1A

Black with #83BC1A

Text Example


Text Example

White with #83BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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