#83B810

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

Shades of Lima #83B810

Tints of Lima #83B810

Color information

#83B810 (or 0x83B810) is unknown color: approx Lima. HEX triplet: 83, B8 and 10. RGB value is (131,184,16). Sum of RGB (Red+Green+Blue) = 131+184+16=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 184 (72.27% from 255 or 55.59% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 184 - color contains mainly: green. Hex color #83B810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B810 is #7C47EF. Grayscale: #959595. Windows color (decimal): -8144880 or 1095811. OLE color: 1095811.

HSL color Cylindrical-coordinate representation of color #83B810: hue angle of 78.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83B810 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB13118416-
CMYK0.2900.910.28
HSL78.93º84%39.22%-
HSV(B)78.93º91.3%72.16%-
XYZ26.5939.146.64-
YUV14952.94115.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 184 (72.27% from 255) = 55.59%
BLUE value IS 16 (6.64% from 255) = 4.83%
R=39.58%
G=55.59%
B=4.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131184160.2900.910.2878.938439.22
Hex83B8101D05B1C4f5427
Octal203270203501333411712447
Binary10000011101110001000011101010110111110010011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,184,16); }

 H1.HeaderClassName
 {
   color: #83B810;
 }
 .AnyTagClassName
 {
   color: #83B810;
 }
</style>
background-color css

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

 a { background-color: rgb(131,184,16); }

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

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

 span { border-color: rgb(131,184,16); }

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