Html Css Color HEX #83BC11 Lima

📋 copy color: '#83BC11'

red 131 ◦ green 188 ◦ blue 17

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

Shades of Lima #83BC11

Tints of Lima #83BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.06%

R = 38.99%
G = 55.95%
B = 5.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#83BC11 (or 0x83BC11) is known color: Lima. HEX triplet: 83, BC and 11. RGB value is (131,188,17). Sum of RGB (Red+Green+Blue) = 131+188+17=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC11 is #7C43EE. Grayscale: #989898. Windows color (decimal): -8143855 or 1162371. OLE color: 1162371.

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

Color convert

RGB 131 188 17 -
CMYK 0.30 0 0.91 0.26
HSL 80º 0.83% 0.4% -
HSV(B) 80º 0.91% 0.74% -
XYZ 27.44 40.83 6.97 -
YUV 151.46 52.12 113.4 -
System Red Green Blue C M Y K H S L
Decimal 131 188 17 0.30 0 0.91 0.26 80 0.83 0.4
Hex 83 BC 11 1E 0 5B 1A 50 53 28
Octal 203 274 21 36 0 133 32 120 123 50
Binary 10000011 10111100 10001 11110 0 1011011 11010 1010000 1010011 101000

Color Harmonies of #83BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC11

Black with #83BC11

Text Example


Text Example

White with #83BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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