Html Css Color HEX #83BC1B Lima

📋 copy color: '#83BC1B'

red 131 ◦ green 188 ◦ blue 27

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

Shades of Lima #83BC1B

Tints of Lima #83BC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.8%

R = 37.86%
G = 54.34%
B = 7.8%

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

#83BC1B (or 0x83BC1B) is known color: Lima. HEX triplet: 83, BC and 1B. RGB value is (131,188,27). Sum of RGB (Red+Green+Blue) = 131+188+27=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC1B is #7C43E4. Grayscale: #999999. Windows color (decimal): -8143845 or 1817731. OLE color: 1817731.

HSL color Cylindrical-coordinate representation of color #83BC1B: hue angle of 81.24º degrees, saturation: 0.75, 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 #83BC1B is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 27 -
CMYK 0.30 0 0.86 0.26
HSL 81.24º 0.75% 0.42% -
HSV(B) 81.24º 0.86% 0.74% -
XYZ 27.54 40.87 7.47 -
YUV 152.6 57.12 112.59 -
System Red Green Blue C M Y K H S L
Decimal 131 188 27 0.30 0 0.86 0.26 81.24 0.75 0.42
Hex 83 BC 1B 1E 0 56 1A 51 4B 2A
Octal 203 274 33 36 0 126 32 121 113 52
Binary 10000011 10111100 11011 11110 0 1010110 11010 1010001 1001011 101010

Color Harmonies of #83BC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC1B

Black with #83BC1B

Text Example


Text Example

White with #83BC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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