#83B606

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

Shades of Lima #83B606

Tints of Lima #83B606

Color information

#83B606 (or 0x83B606) is unknown color: approx Lima. HEX triplet: 83, B6 and 06. RGB value is (131,182,6). Sum of RGB (Red+Green+Blue) = 131+182+6=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #83B606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B606 is #7C49F9. Grayscale: #939393. Windows color (decimal): -8145402 or 439939. OLE color: 439939.

HSL color Cylindrical-coordinate representation of color #83B606: hue angle of 77.39º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83B606 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1311826-
CMYK0.2800.970.29
HSL77.39º93.62%36.86%-
HSV(B)77.39º96.7%71.37%-
XYZ26.1238.296.19-
YUV146.6948.6116.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 182 (71.48% from 255) = 57.05%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=41.07%
G=57.05%
B=1.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13118260.2800.970.2977.3993.6236.86
Hex83B661C0611D4d5e25
Octal20326663401413511513645
Binary100000111011011011011100011000011110110011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,182,6); }

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

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

 a { background-color: rgb(131,182,6); }

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

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

 span { border-color: rgb(131,182,6); }

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