#83BC11

Color #83BC11 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83BC11

Tints of Lima #83BC11

Color information

#83BC11 (or 0x83BC11) is unknown color: approx 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

RGB13118817-
CMYK0.3000.910.26
HSL80º83.41%40.2%-
HSV(B)80º90.96%73.73%-
XYZ27.4440.836.97-
YUV151.4652.12113.4-

RGB Variations

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

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 (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131188170.3000.910.268083.4140.2
Hex83BC111E05B1A505328
Octal203274213601333212012350
Binary10000011101111001000111110010110111101010100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>